Re: Bruce's Book and Built-in Functions

From: Brent Verner <brent(at)rcfile(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Bruce's Book and Built-in Functions
Date: 2001-01-17 05:09:57
Message-ID: 20010117000957.A1663@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 16 Jan 2001 at 20:40 (-0800), Josh Berkus wrote:

| So, while I wait for my copy ... I can't find in the online
| docs anywhere a comprehensive list of built-in functions.
| You know, stuff like CURRVAL() and NOW(). Can anyone point
| me to such a list? Guessing parameters is getting
| frustrating!

psql -c '\df' > pg.functions

pg.functions will then contain a list of all registered functions,
return types, as well as parameters.

b

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2001-01-17 05:28:39 Re: Bruce's Book and Built-in Functions
Previous Message Josh Berkus 2001-01-17 04:40:51 Bruce's Book and Built-in Functions