postgresql/doc
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to.
If unable to connect to "postgres", try "template1".  This allows things to
work more smoothly in the case where the postgres database has been
dropped.  And just in case that's not good enough, also allow the user to
specify a maintenance database to be used for the initial connection, to
cover the case where neither postgres nor template1 is suitable.
2011-12-06 08:48:15 -05:00
..
src Make command-line tools smarter about finding a DB to connect to. 2011-12-06 08:48:15 -05:00
bug.template
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO