Re: How do I get the rec-id from an insert. - Mailing list pgsql-php

From Clinton Adams
Subject Re: How do I get the rec-id from an insert.
Date
Msg-id 200208291852.46769.clinton@vote-smart.org
Whole thread Raw
In response to Re: How do I get the rec-id from an insert.  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-php
Bruno -

Three sequences are involved in the INSERT. If one sequence were involved,
then the expressions would be evaluated left to right, at least from what I
can tell through my tests.  Not something I would ever use...or rely on, for
that matter.


On Thu August 29 2002 16:58, Bruno Wolff III graced us with the following -
> > insert into c values (nextval('crecid'), currval('arecid'),
> > currval('brecid'))
>
> Is it documented that the above is reliable? I don't remember ever reading
> that expressions are evaluated in the order they appear in a select
> statement.





pgsql-php by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: How do I get the rec-id from an insert.
Next
From: "dr_sad(surguttel)"
Date:
Subject: Re: Where can I get error messages?