Re: Delay INSERT

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "ON(dot)KG" <skyer(at)on(dot)kg>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Delay INSERT
Date: 2005-03-23 14:40:33
Message-ID: 20050323144033.GA51897@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

On Wed, Mar 23, 2005 at 07:31:22PM +0300, ON.KG wrote:

> Does PostgreSQL have something like "INSERT DELAYD" - like it is used in
> MySQL?
>
> or any other way to delay inserting?

What problem are you trying to solve? Are you aware that PostgreSQL
uses Multiversion Concurrency Control (MVCC) so readers and writers
don't block each other?

http://www.postgresql.org/docs/8.0/static/mvcc.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message FERREIRA William (COFRAMI) 2005-03-23 14:40:45 Re: pl/perl problem
Previous Message FERREIRA William (COFRAMI) 2005-03-23 14:39:30 Re: pl/perl problem

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Browne 2005-03-23 14:42:18 Re: Delay INSERT
Previous Message Michael Fuhr 2005-03-23 13:33:29 Re: Delay INSERT