Re: [GENERAL] Drop All the Databases

2006-10-18 Thread Tom Lane
[EMAIL PROTECTED] writes: > Is there any command to drop all the database at once> shutdown postmaster, rm -rf $PGDATA, initdb, start postmaster ... regards, tom lane ---(end of broadcast)--- TIP 4: Have you searched our lis

Re: [GENERAL] Drop All the Databases

2006-10-18 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/06 14:08, [EMAIL PROTECTED] wrote: > Is there any command to drop all the database at once> > drop database dbname > drops the individual database. > I am using ver8.1 > thanks, DROP DATABASE ; - -- Ron Johnson, Jr. Jefferson LA USA Is "c

[GENERAL] Drop All the Databases

2006-10-18 Thread Abu_Kamruzzaman
Is there any command to drop all the database at once> drop database dbname drops the individual database. I am using ver8.1 thanks,