Re: [GENERAL] find next in an index

2005-02-13 Thread Neil Dugan
On Sun, 2005-02-13 at 01:24 -0500, Greg Stark wrote: > Neil Dugan <[EMAIL PROTECTED]> writes: > > > Hi, > > I am trying to find out how to get the next record according to a > > particular index. > > I have a table with a name field and a serial field. The name field > > isn't unique so I made an

Re: [GENERAL] find next in an index

2005-02-12 Thread Greg Stark
Neil Dugan <[EMAIL PROTECTED]> writes: > Hi, > I am trying to find out how to get the next record according to a > particular index. > I have a table with a name field and a serial field. The name field > isn't unique so I made an index on name(varchar) & serialno(bigserial). > I also have an ind

Re: [GENERAL] find next in an index

2005-02-12 Thread Neil Dugan
On Sat, 2005-02-12 at 21:47 -0600, Bruno Wolff III wrote: > On Sun, Feb 13, 2005 at 14:03:02 +1100, > Neil Dugan <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to find out how to get the next record according to a > > particular index. > > I have a table with a name field and a serial field.

Re: [GENERAL] find next in an index

2005-02-12 Thread Bruno Wolff III
On Sun, Feb 13, 2005 at 14:03:02 +1100, Neil Dugan <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to find out how to get the next record according to a > particular index. > I have a table with a name field and a serial field. The name field > isn't unique so I made an index on name(varchar) & s