Re: [SQL] SQL Spec Compliance Questions

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [SQL] SQL Spec Compliance Questions
Дата
Msg-id 200406041220.47452.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: [SQL] SQL Spec Compliance Questions  (elein <elein@varlena.com>)
Список pgsql-advocacy
Elein,

> In postgres and Illustra, references were possible.
> That is, storing the OID (REF) of a table in a column of another
> table achieving the same effect.  SQL syntax support
> was needed for the REF type.  I believe this was removed
> or suppressed in PostgreSQL.

Yeah, I'd like to see a return of table references as FKs.   It would allow me
to eliminate all of these rather non-relational integer-based surrogate keys.

I don't think our OIDs would be the way to go on this, given the problems
already discussed with PG OIDs.   I kinda like SyBase's solution, where they
have a system-acessable hash key of the data in the row.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


В списке pgsql-advocacy по дате отправления:

Предыдущее
От: elein
Дата:
Сообщение: Re: [SQL] SQL Spec Compliance Questions
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Perpetuating the myth...annoying