postgresql/src/bin
Neil Conway 7815ca7bef Rewrite much of psql's \connect code, for the sake of code clarity and
to fix regressions introduced in the recent patch adding additional
\connect options. This is based on work by Volkan YAZICI, although
this version of the patch doesn't bear much resemblance to Volkan's
version.

\connect takes 4 optional arguments: database name, user name, host
name, and port number. If any of those parameters are omitted or
specified as "-", the value of that parameter from the previous
connection is used instead; if there is no previous connection,
the libpq default is used. Note that this behavior makes it
impossible to reuse the libpq defaults without quitting psql and
restarting it; I don't really see the use case for needing to do
that.
2006-04-02 20:08:22 +00:00
..
initdb Merge the loading of shared object descriptions with regular descriptions, 2006-03-21 17:54:28 +00:00
ipcclean Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_controldata Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_ctl Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_dump Fix bad SQL, per Stefan Kaltenbrunner. 2006-03-30 01:08:15 +00:00
pg_resetxlog Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pgevent Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
psql Rewrite much of psql's \connect code, for the sake of code clarity and 2006-04-02 20:08:22 +00:00
scripts Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00