[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
-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
Is there any command to drop all the
database at once>
drop database dbname
drops the individual database.
I am using ver8.1
thanks,