Re: Reference Type in PostgreSQL

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Reference Type in PostgreSQL
Дата
Msg-id 1174356647.23455.483.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Reference Type in PostgreSQL  (Elena <elena.planas@gmail.com>)
Список pgsql-general
On Mon, 2007-03-19 at 11:30 +0100, Elena wrote:
> Hello all, I'm new in PostgreSQL...
>
> I would want to know like PostgreSQL manages the type reference that
> defines the standard SQL:1999. I want to define the type of attribute
> like a reference at other type.
>

PostgreSQL doesn't allow references/pointers. OIDs are the closest thing
to a reference in PostgreSQL.

From _An Introduction to Database Systems_ by C.J. Date, p. 872:
"The blunder [The Second Great Blunder] consists of mixing pointers and
relations."

So not everyone thinks that references/pointers in a relation value are
a good idea.

I don't know how the PostgreSQL developers feel about it, but I haven't
seen a lot of demand for this feature on these lists.

Regards,
    Jeff Davis


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

Предыдущее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: java.net.SocketException: Connection reset
Следующее
От: "Dhaval Shah"
Дата:
Сообщение: Unable to start postgres in recovery mode.