From b3bc93a4b76902a99aba1f6feb12745d99c3865d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Apr 2004 14:34:38 +0000 Subject: [PATCH] Rename global psql startup file to psqlrc.sample. --- src/bin/psql/startup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index eb241c119e..7625353faf 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -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