Re: [QUESTIONS] Arrays (inserting and removing)

From: Ralf Mattes <mattes(at)mhs(dot)uni-freiburg(dot)de>
To: Karl Denninger <karl(at)mcs(dot)net>
Cc: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>, The Hermit Hacker <scrappy(at)hub(dot)org>, Gyepi Sam <gsam(at)praxis-sw(dot)com>, Michael J Schout <mschout(at)mail(dot)gkg-com(dot)com>, pgsql-hackers(at)postgreSQL(dot)org, pgsql-questions(at)postgreSQL(dot)org
Subject: Re: [QUESTIONS] Arrays (inserting and removing)
Date: 1998-01-15 22:58:22
Message-ID: Pine.LNX.3.95.980115225101.11747D-100000@forte.mhs.uni-freiburg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 15 Jan 1998, Karl Denninger wrote:

> > > The last we discussed in pgsql-hackers was that OIDs would not be
> > > dropped...
> >
> > ..but would be optional.
> > Vadim

Phew, safed some code... :-)

> OIDs are a bastardization of the relational model. If you have to keep
> them, then do so, but their use should be SEVERELY discouraged.

Yes, shure, but Postgres (and many com. systems) isn't afull im-
plementation of the relational model. And sometimes i's very handy
to be able ti identify a specific record/tuple (i use them in front
end user interfaces. The interface stores the oid of the currently
displayed record--if the user changes/deletes the record it's easy
to do an update/delete. Even so it's possible to store the unique
index key this is much more elaborate to implement and is a pain
when the table definitions aren't hardcoded in the frontend
application). I don't see why oids per se violate the relational
model (and of course when some of my dbs started there was nothing
like 'unique key' in postgres and in some theunique key stretches
over several fields...(

Ralf

===========================================================================
Ralf Mattes
Joh.-Seb.- Bach Str. 13
D-79104 Freiburg i. Br.
email: Mattes(at)MHS(dot)uni-freiburg(dot)de / Ralf(at)slon(dot)freinet(dot)de
===========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-15 23:18:31 Re: [HACKERS] Re: subselects
Previous Message teunis 1998-01-15 22:45:33 Re: [HACKERS] date format: Canada same as European or US?