diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index eb241c119e6..7625353faf5 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.90 2004/04/22 14:33:49 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.91 2004/04/22 14:34:38 momjian Exp $ */ #include "postgres_fe.h" @@ -44,8 +44,8 @@ int optreset; */ PsqlSettings pset; -#define PSQLRC ".psqlrc" #define SYSPSQLRC "psqlrc" +#define PSQLRC ".psqlrc" /* * Structures to pass information between the option parsing routine