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
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
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.
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