We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b020b commit b3bc93aCopy full SHA for b3bc93a
src/bin/psql/startup.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $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 $
7
*/
8
#include "postgres_fe.h"
9
@@ -44,8 +44,8 @@ int optreset;
44
45
PsqlSettings pset;
46
47
-#define PSQLRC ".psqlrc"
48
#define SYSPSQLRC "psqlrc"
+#define PSQLRC ".psqlrc"
49
50
/*
51
* Structures to pass information between the option parsing routine
0 commit comments