Commit b3bc93a4 authored by Bruce Momjian's avatar Bruce Momjian

Rename global psql startup file to psqlrc.sample.

parent 65b020bd
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (c) 2000-2003, PostgreSQL Global Development Group * 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" #include "postgres_fe.h"
...@@ -44,8 +44,8 @@ int optreset; ...@@ -44,8 +44,8 @@ int optreset;
*/ */
PsqlSettings pset; PsqlSettings pset;
#define PSQLRC ".psqlrc"
#define SYSPSQLRC "psqlrc" #define SYSPSQLRC "psqlrc"
#define PSQLRC ".psqlrc"
/* /*
* Structures to pass information between the option parsing routine * Structures to pass information between the option parsing routine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment