OSDN Git Service

For create/dropdb, only connect once to the server since we now have a
authorBruce Momjian <bruce@momjian.us>
Tue, 10 May 2011 23:44:15 +0000 (19:44 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 10 May 2011 23:44:47 +0000 (19:44 -0400)
commit7ff7711919287a93f348023d77f9611633c9627c
tree2a84c9212231cc966dbaa013665438f67f03eb26
parent87631ac98df2e32cac22ddee7b9c37813ff3b161
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.
src/bin/scripts/createdb.c
src/bin/scripts/dropdb.c