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