Rename global psql startup file to psqlrc.sample.
authorBruce Momjian
Thu, 22 Apr 2004 14:34:38 +0000 (14:34 +0000)
committerBruce Momjian
Thu, 22 Apr 2004 14:34:38 +0000 (14:34 +0000)
src/bin/psql/startup.c

index eb241c119e68768bca715a20a9787567bfa01675..7625353faf5be4718188d22c03fccbf81c70a8a3 100644 (file)
@@ -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