For create/dropdb, only connect once to the server since we now have a
shared description table for pg_database comments.
Also update comments about database name selection.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/7ff7711919287a93f348023d77f9611633c9627c
Modified Files
--------------
src/bin/scripts/createdb.c | 11 +++++++----
src/bin/scripts/dropdb.c | 5 +++++
2 files changed, 12 insertions(+), 4 deletions(-)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2011-05-11 00:37:37 |
| Subject: pgsql: Prevent datebsearch() from crashing on base == NULL && nel ==0. |
| Previous: | From: Peter Eisentraut | Date: 2011-05-10 19:40:03 |
| Subject: pgsql: Put options in more alphabetical order |