Replace into...

From: "Boget, Chris" <chris(at)wild(dot)net>
To: "'PGSQL-NOVICE(at)postgresql(dot)org'" <PGSQL-NOVICE(at)postgresql(dot)org>
Subject: Replace into...
Date: 2003-07-05 15:25:03
Message-ID: 4040BBE81A9AD411BD27009027887A7C0431DA@tiger.wild.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Coming from MySQL, I'm kind of sad to learn that
"REPLACE INTO" isn't part of Postgres. However,
I understand totally why it is not.

The problem, though, is that I need this type of
functionality... To INSERT or UPDATE depending on
whether or not the record is already there. I've
spent the last several hours trying to figure out
how I can set up a trigger to do this. Searching
on Google and Yahoo turns up obscure references
to this approach but can't find anything a bit more
informative.

I've tried going to the postgresql.org website to
look at the docs (again; I searched last night but
couldn't come up with anything I could see with
my noobie eyes that could help me) but the site
appears to be down.

Could someone give me an example, or point me in
the right direction to a trigger that would act
like a "REPLACE INTO"?

If possible, could you also CC me at

jcboget
at
yahoo
dot
com

as this is my work address (that I'm accessing
from home) and the interface to read the mail is
very poor.

I appreciate any assistance you can provide!!

thnx,
Christoph

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message brew 2003-07-06 00:22:11 Re: Replace into...
Previous Message Tom Lane 2003-07-04 19:36:49 Re: changing ownership of db