Re: insert/update - Mailing list pgsql-general

From Paul Thomas
Subject Re: insert/update
Date
Msg-id 20040526123711.A10413@bacon
Whole thread Raw
In response to insert/update  (Tom Allison <tallison@tacocat.net>)
Responses Re: insert/update  (Richard Huxton <dev@archonet.com>)
List pgsql-general
On 26/05/2004 11:54 Tom Allison wrote:
> I seemed to remember being able to do this but I can't find the docs.
>
> Can I run a sql query to insert new or update existing rows in one query?
>
> Otherwise I have to run a select query to see if it's there and then
> another one to update/insert.
>
> What I'm trying to do is create a counter for each key, insert a value
> of 1 or increment the value by 1 and then set another specific row
> (where key = $key) to always increment by 1.
>
> And the more I type, the more this sounds like the answer is going to be
> part function, part trigger....  Maybe I should post to 'novice' for a
> while!  ;)

Use a sequence.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business             |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-general by date:

Previous
From: Tom Allison
Date:
Subject: insert/update
Next
From: Richard Huxton
Date:
Subject: Re: insert/update