Re: Bruce's Book and Built-in Functions - Mailing list pgsql-sql

From Brent Verner
Subject Re: Bruce's Book and Built-in Functions
Date
Msg-id 20010117000957.A1663@rcfile.org
Whole thread Raw
In response to Bruce's Book and Built-in Functions  ("Josh Berkus" <josh@agliodbs.com>)
List 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


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Bruce's Book and Built-in Functions
Next
From: Bruce Momjian
Date:
Subject: Re: Bruce's Book and Built-in Functions