Re: Insert Data Into Tables Linked by Foreign Key - Mailing list pgsql-general

From Yan Cheng Cheok
Subject Re: Insert Data Into Tables Linked by Foreign Key
Date
Msg-id 526968.8997.qm@web65701.mail.ac4.yahoo.com
Whole thread Raw
In response to Re: Insert Data Into Tables Linked by Foreign Key  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Responses Re: Insert Data Into Tables Linked by Foreign Key  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
List pgsql-general
Can you please provide me an example of a stored procedures to achieve that?

Thanks and Regards
Yan Cheng CHEOK


--- On Mon, 1/4/10, Alban Hertroys <dalroi@solfertje.student.utwente.nl> wrote:

> From: Alban Hertroys <dalroi@solfertje.student.utwente.nl>
> Subject: Re: [GENERAL] Insert Data Into Tables Linked by Foreign Key
> To: "Yan Cheng Cheok" <yccheok@yahoo.com>
> Cc: pgsql-general@postgresql.org
> Date: Monday, January 4, 2010, 7:57 PM
> On 4 Jan 2010, at 9:53, Yan Cheng
> Cheok wrote:
>
> > For example, "John" place "1.34" priced order.
> >
> > (1) Get Customer_ID from Customer table, where name is
> "John"
> > (2) If there are no Customer_ID returned (There is no
> John), insert "John"
> > (3) Get Customer_ID from Customer table, where name is
> "John"
> > (4) Insert "Customer_ID" and "1.34" into Order table.
> >
> > There are 4 SQL communication with database involved
> for this simple operation!!!
> >
> > Is there any better way, which can be achievable using
> 1 SQL statement?
>
>
> You don't need the 3rd statement if you use INSERT ..
> RETURNING at step 2.
>
> The one way you could achieve this by calling only one
> statement that I can think of is to wrap this in a stored
> procedure. Plain SQL doesn't provide any means to do what
> you want.
>
> Alban Hertroys
>
> --
> Screwing up is the best way to attach something to the
> ceiling.
>
>
> !DSPAM:737,4b41d7ac9957514533904!
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>





pgsql-general by date:

Previous
From: Tim Uckun
Date:
Subject: timestams in the the pg_standby output
Next
From: Adrian Klaver
Date:
Subject: Re: ERROR in createlang