Re: Re: Please help me to take a look of the erros in my functions. Thanks.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Please help me to take a look of the erros in my functions. Thanks.
Date: 2012-04-03 20:55:50
Message-ID: 4F7B63D6.3040503@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/03/12 11:13 AM, leaf_yxj wrote:
> Hi John, Thanks for your reply. Just to confirm : so truncate table
> means the space will be reclaim for reuse ???

yes, all the tablespace is immediately returned to the file system when
the transaction with the TRUNCATE statement commits.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2012-04-03 22:21:45 Fwd: [GENERAL] 9.1.3: launching streaming replication
Previous Message Scott Marlowe 2012-04-03 20:05:07 Re: views, queries, and locks