Re: [HACKERS] Re: [QUESTIONS] Arrays (inserting and removing)

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-questions(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [QUESTIONS] Arrays (inserting and removing)
Date: 1998-01-15 18:42:51
Message-ID: Pine.NEB.3.95.980115134146.16579P-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 15 Jan 1998, D'Arcy J.M. Cain wrote:

> > Actually, I use them quite extensively...I have several WWW-based
> > search directories that are searched with:
> >
> > select oid,<fields> from <table> where <search conditions>;
> >
> > That display minimal data to the browser, and then if someone
> > wants more detailed information, I just do:
> >
> > select * from <table> where oid = '';
>
> But really there should be a proper key on this database. I think that
> that's what Karl was getting at. If you need a unique ID number then
> you should really create one and make it a unique index on the table.
>

This stuff was all built "pre unique index"...and we all know what
its like to go in and "Rebuild" something that is already working :(

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-01-15 18:48:24 Re: [HACKERS] Re: [QUESTIONS] Arrays (inserting and removing)
Previous Message Bryan Basham 1998-01-15 18:39:16 Re: [QUESTIONS] Arrays (inserting and removing)