Re: Selecting from table into an array var

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Selecting from table into an array var
Дата
Msg-id b42b73150912210723q66daee24yc55b31c06030f521@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Selecting from table into an array var  (Postgres User <postgres.developer@gmail.com>)
Список pgsql-general
On Sat, Dec 19, 2009 at 7:08 PM, Postgres User
<postgres.developer@gmail.com> wrote:
> Great call, someone did hose the data.  Oddly enough the circular
> reference caused no problem when running the stand alone recursive SQL
> (with clause).
>

no problem.  I would advise guarding against circular dependencies
either with a trigger on the relationship table, a recursion limit in
the query itself, or both.

merlin

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

Предыдущее
От: Chris Ernst
Дата:
Сообщение: Re: Extracting SQL from logs in a usable format
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: import warnings ?