On Mon, Mar 4, 2013 at 1:24 AM, Marc Mamin <m.ma...@intershop.de> wrote:
>>  I can't find the syntax to get the results in multiple columns instaed of a 
>> singel 'record' column:
>>  select  get_table_depends('cicpg_logs', t) FROM 
>> get_modeltablelist('efeeds') t
>
> I got it:
>
> select  (get_table_depends('cicpg_logs', t)).* FROM 
> get_modeltablelist('efeeds') t
>         ^                                  ^

This is another query that get's simplified through 9.3 LATERAL.  As
you have written the query, get_table_depends will get executed once
for each column that get_table_depends returns.

merlin


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to