Re: Re: Please help me to take a look of the erros in my functions. Thanks. - Mailing list pgsql-general

From John R Pierce
Subject Re: Re: Please help me to take a look of the erros in my functions. Thanks.
Date
Msg-id 4F7B3AC1.30103@hogranch.com
Whole thread Raw
In response to Re: Please help me to take a look of the erros in my functions. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
Responses Re: Please help me to take a look of the erros in my functions. Thanks.  (leaf_yxj <leaf_yxj@163.com>)
List pgsql-general
On 04/03/12 10:49 AM, leaf_yxj wrote:
> --- I amn't sure what's differences between truncate and delete in
> postgresql. Could you do me a favour to tell me about this.

delete has to go through and flag each tuple for deletion so vacuum can
eventually go through and reclaim them for reuse.   truncate wipes the
whole table out, including 0 length the files.



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


pgsql-general by date:

Previous
From: leaf_yxj
Date:
Subject: Re: Please help me to take a look of the erros in my functions. Thanks.
Next
From: leaf_yxj
Date:
Subject: Re: Please help me to take a look of the erros in my functions. Thanks.