Rename global psql startup file to psqlrc.sample.
This commit is contained in:
parent
65b020bd61
commit
b3bc93a4b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user