Re: Getting Out Parameter in the application using libpq
От | Ehsan Haq |
---|---|
Тема | Re: Getting Out Parameter in the application using libpq |
Дата | |
Msg-id | 947264.28089.qm@web31815.mail.mud.yahoo.com обсуждение исходный текст |
Ответ на | Re: Getting Out Parameter in the application using libpq (Merlin Moncure <mmoncure@gmail.com>) |
Список | pgsql-general |
Hi, First of all the below mentioned function can't be called with "SELECT * FROM getOutVarchar()". Since the Function signature does not match. CREATE OR REPLACEHowever calling the above function with "SELECT * FROM getOutVarchar('abc');" does returns a Single column in a single row with a field named 'outvarchar' but the value of the field is "1" which is obvious due to "RETURN 1" and not "This is Out String". Thanks Ehsan --- On Sat, 9/12/09, Merlin Moncure <mmoncure@gmail.com> wrote:
|
В списке pgsql-general по дате отправления: