Rename global psql startup file to psqlrc.sample.

This commit is contained in:
Bruce Momjian 2004-04-22 14:34:38 +00:00
parent 65b020bd61
commit b3bc93a4b7
1 changed files with 2 additions and 2 deletions

View 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