Re: Composite type

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Composite type
Дата
Msg-id 52E72651.2070906@hogranch.com
обсуждение исходный текст
Ответ на Composite type  (antono124 <g.antonopoulos000@gmail.com>)
Список pgsql-general
On 1/26/2014 9:02 AM, antono124 wrote:
> I want to refer the first table in the second. I want to reference the whole
> table not only one field, so something like that:

does this table1 have a primary key?  if so, referencing the PK allows
you to fetch the whole row via a join.   if this table doesn't have a
primary key, um, why not??



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: ning chan
Дата:
Сообщение: plsql / plpgsql code coverage tool, static analysis tool
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Fully-automatic streaming replication failover when master dies?