On 01/20/12 12:20 AM, P. Broennimann wrote:

I need now to insert a record in that remote table and get back the new primary field (autoincrement sequence).

Since "bdlink_exec" can not give back rows I tried to use "dblink", but I can not figure out how to format that INSERT... RETURNING query?


INSERT iNTO tablename (cols) VALUES (stuff) RETURNING currval('sequencename');



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to