Selecting a specific row

From: "Cason, Kenny" <kenny(dot)cason(at)boeing(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Selecting a specific row
Date: 2004-08-04 22:11:53
Message-ID: B96DB973FD58EE469E4426886240EE9701E58B4F@xch-nw-03.nw.nos.boeing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there an easy way to select, say, the 15th row in a table? I can't
use a sequence number because rows will sometimes be deleted resulting
in the 15th row now being a different row. I need to be able to select
the 15th row regardless of whether it is the same 15th row as the last
select.

Thanks,

Kenny Cason
The Boeing Company

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-04 22:30:01 Re: Timezone for %t log_line_prefix
Previous Message Andreas Pflug 2004-08-04 21:38:41 Timezone for %t log_line_prefix