- To: pfaulks@xxxxxxxxxx
- Subject: Re: [chat] Postgres
- From: Ben Leslie <benjl@xxxxxxxxxxxxxxx>
- Date: Wed Sep 12 10:59:02 2001
- Cc: chat slug <slug-chat@xxxxxxxxxxx>
- Organization: SES Group
- Reply-to: benno@xxxxxxxxxxxx
- User-agent: Mutt/1.3.20i
On Wed, 12 Sep 2001, Peter Faulks wrote:
> G'day
>
> Possibly off-topic, so I've sent this to chat rather than the main list.
>
> I'm finally getting around to looking at Postgres, and I have to say I
> _dont_ like the idea of the global object id. This implies a connection
> between different databases which IMO simply should not exist.
They are internal structures. It is really irrelevant from a design point
of view. You use it like you would any other database by creating id fields
in each record for creating relations.
Benno