--- src/bin/psql/startup.c Mon Sep 29 22:21:33 2003 +++ src/bin/psql/startup.c Wed Oct 13 22:58:00 2004 @@ -45,7 +45,7 @@ #ifndef WIN32 #define SYSPSQLRC "psqlrc" -#define PSQLRC ".psqlrc" +#define PSQLRC ".desk/psqlrc" #else #define SYSPSQLRC "psqlrc" #define PSQLRC "psqlrc.conf" @@ -550,7 +587,7 @@ /* - * Load .psqlrc file, if found. + * Load .desk/psqlrc file, if found. */ static void process_psqlrc(void)