Re: plpgsql questions - Mailing list pgsql-novice

From A. Kretschmer
Subject Re: plpgsql questions
Date
Msg-id 20060328163835.GA21254@webserv.wug-glas.de
Whole thread Raw
In response to plpgsql questions  ("Michael Swierczek" <mike.swierczek@gmail.com>)
Responses Re: plpgsql questions  ("Michael Swierczek" <mike.swierczek@gmail.com>)
List pgsql-novice
am  28.03.2006, um 11:02:28 -0500 mailte Michael Swierczek folgendes:
> chapter layout is frustrating to the point of making me tear my hair out.
> At the very least, I would like a complete list of parameter types, calling
> syntax, and return types.

Our documentation? http://www.postgresql.org/docs/8.1/interactive/

> [ SRF function ]
>
> I try to invoke 'get_informant_id_for_episode_three()' but I just get a
> syntax error at the first character.

select * from srf_function();

http://www.postgresql.org/docs/current/static/xfunc-sql.html#XFUNC-SQL-TABLE-FUNCTIONS


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47215,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-novice by date:

Previous
From: "Shoaib Mir"
Date:
Subject: Re: Change database encoding
Next
From: "Michael Swierczek"
Date:
Subject: Re: plpgsql questions