Re: Creating a row during a select - Mailing list pgsql-general

From Dmitry Koterov
Subject Re: Creating a row during a select
Date
Msg-id d7df81620708141406u200cc33cxe34bbeaefd927e12@mail.gmail.com
Whole thread Raw
In response to Creating a row during a select  (Michal Paluchowski <mpaluchowski@gmail.com>)
List pgsql-general
Try to read about CREATE RULE in the documentation.

On 8/14/07, Michal Paluchowski <mpaluchowski@gmail.com > wrote:

Hi,

is there a way to have PostgreSQL insert a new row into a table during
a SELECT query if no row is found by that query?


--
Best regards,
Michal                          mailto:mpaluchowski@gmail.com


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

pgsql-general by date:

Previous
From: Chris Browne
Date:
Subject: Re: Compound Indexes
Next
From: "Dmitry Koterov"
Date:
Subject: Re: Persistent connections in PHP