Re: selecting the last record from a table

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: selecting the last record from a table
Date: 2002-11-28 16:19:53
Message-ID: 20021128111953.G22554@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 19, 2002 at 11:24:53AM -0800, Medi Montaseri wrote:
> Actually when you insert into a table, PG gives allows you to fetch the
> OID it just created...what

True, but access by OID on a large table can be painful, as they
aren't indexed by default.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Björn Metzdorf 2002-11-28 16:24:52 compiler error with 7.3
Previous Message Andrew Sullivan 2002-11-28 16:16:49 Re: Enterprise readiness - mirroring / incremental backup solutions?