Re: return query execute SQL-problem

From: Maximilian Tyrtania <lists(at)contactking(dot)de>
To: depesz(at)depesz(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: return query execute SQL-problem
Date: 2012-10-16 09:59:25
Message-ID: 8D0E2C77-783E-4C4F-B2C1-FB93A1A9686F@contactking.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 16.10.2012 um 11:37 schrieb hubert depesz lubaczewski <depesz(at)depesz(dot)com>:

> create or replace function f_aliastest(OUT alias TEXT) returns setof record AS …

Ah, yes, I forgot about the OUT parameters, thanks for the reminder!

Maximilian Tyrtania
Contact King Software Entwicklung
Maximilian Tyrtania
http://www.contactking.de

In response to

Browse pgsql-general by date

  From Date Subject
Next Message madhukiranj 2012-10-16 10:22:59 Re: transitive pruning optimization on the right side of a join for partition tables
Previous Message hubert depesz lubaczewski 2012-10-16 09:37:29 Re: return query execute SQL-problem