OSDN Git Service

Slightly rearrange psql startup code so that we read psqlrc before printing
authorNeil Conway <neilc@samurai.com>
Wed, 6 Oct 2004 08:20:58 +0000 (08:20 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 6 Oct 2004 08:20:58 +0000 (08:20 +0000)
commitd42d4272524f643ee6da2836749a37370928b3ad
tree03bb3f0d351d5e38b1a202c6eadeb3c34135b98f
parentda67c919d9f16f9dda6be0198daa8a741ca6d3b1
Slightly rearrange psql startup code so that we read psqlrc before printing
the startup banner. This allows "\set QUIET on" in psqlrc to do what the
user probably intended. Patch from Sean Chittenden, editorializing from
Neil Conway.
src/bin/psql/startup.c