Re: [GENERAL] clean database

From: Jeong Jae Ick:정재익: <root(at)advance(dot)sarang(dot)net>
To: Ryan Mchale <sdecoop2(at)nortel(dot)ca>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] clean database
Date: 1998-08-12 07:20:45
Message-ID: Pine.LNX.3.96K.980812161812.19037A-100000@advance.sarang.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11 Aug 1998, Ryan Mchale wrote:

> Hi,
>
> What's the clean command called? (To clean the db?)
>
> Ryan
>

If you want to remove all databases then use 'destroydb'.
If you want to remove tables in database then use 'drop table'.

Explanation for each command are listed in man page.
( man destroydb / man drop_table )

==========ooOO /. .\ OOoo======================================
| http://advance.sarang.net
The will is to do something. | advance(at)advance(dot)sarang(dot)net
The truth is power of mine. | advances(at)nownuri(dot)net
| ICQ# : 15760421
>> ADVANCE in My World >> | Phone: +82-0551-71-2318
| C.P. : +82-011-871-1959
============OOo./-\.oOO========================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message root 1998-08-12 07:21:57 Re: [GENERAL] Pricing
Previous Message James Oden 1998-08-12 00:03:55 Re: [GENERAL] clean database