Re: About referential integrity.

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: About referential integrity.
Дата
Msg-id 20020226115027.T93006-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: About referential integrity.  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-sql
> > As of PostgreSQL, I don't think it would be a hard thing to put
> > on, since the
> > relations are stored in a system table, including the fields the
> > tables are
> > linked by. A sort of syntax :
> >
> > select *
> > from AUTO JOIN t1, t2;
>
> How is this different from:
>
> select *
> from t1 NATURAL JOIN t2;
>
> ???

I think he still wants it to work even if the columns aren't named
the same.  In any case, this isn't likely to be reasonable
right now due to the format of that information in the system
tables.



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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: [CHALLANGE] Add seconds to a date
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: About referential integrity.