Re: 8.1, OID`s and plpgsql

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.1, OID`s and plpgsql
Date: 2005-12-05 01:19:01
Message-ID: 339d7528c8e6a85f59bf049fe61a3029@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Related to the original question though, is there actually any way to
> get the ctid of a row that was just inserted?

No. You'd have to identify the rows some other way (a sequence is
the canonical way), and then grab the ctid from that.

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200512042018
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFDk5WBvJuQZxSWSsgRAnaaAKDswxUhZH4wHAJJDTZSBtTVNY/9/gCgk3La
KWRzIVIeamQZvhr+TaFp4RY=
=Nevb
-----END PGP SIGNATURE-----

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Schreiter 2005-12-05 01:32:10 Re: postgresql jdbc connect via hostname instead of just ip
Previous Message Greg Stark 2005-12-05 01:04:32 Re: Slow COUNT

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2005-12-05 01:27:03 Re: Reducing relation locking overhead
Previous Message Greg Stark 2005-12-05 00:55:44 Re: generalizing the planner knobs