Re: Delay INSERT - Mailing list pgsql-php

From Michael Fuhr
Subject Re: Delay INSERT
Date
Msg-id 20050323133329.GA42811@winnie.fuhr.org
Whole thread Raw
In response to Delay INSERT  ("ON.KG" <skyer@on.kg>)
List pgsql-php
On Wed, Mar 23, 2005 at 02:46:38PM +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/

pgsql-php by date:

Previous
From: "ON.KG"
Date:
Subject: Delay INSERT
Next
From: Christopher Kings-Lynne
Date:
Subject: New PHP/PostgreSQL functions