Re: [GENERAL] Postgres object orientation

2000-01-06 Thread The Hermit Hacker
On Thu, 6 Jan 2000, Guillaume Rousse wrote: > Subsidiary question : why is mySQL excluded from RDBMS comparison on postgress > www site ? beceause it doesn't support key features in an RDBMS, namely transactions, and, wiht transcations, rollbacks...

[GENERAL] Postgres object orientation

2000-01-06 Thread Guillaume Rousse
Hi. Some questions on object-orientation of Postgress: Firstly, is there any possibility of using directly a class name as a type for another class attribute, without using an explicit key linking, as in a full ODBMS ? For example : CREATE writers(name TEXT) CREATE books(authors writers[]) Secondl