What are the plpgsql commands?

Started by Soma Interestingabout 25 years ago2 messagesgeneral
Jump to latest
#1Soma Interesting
dfunct@telus.net

Where can I get a reference manual/pages for all the functions, predefined
variables, operators etc of Pl/Pgsql?

I'm getting really tired of looking through four possible sources on
documentation. Bruce's book, postgresql docs: admin, user, programmer.

Thanks.

#2Soma Interesting
dfunct@telus.net
In reply to: Soma Interesting (#1)
Re: What are the plpgsql commands?

At 11:08 AM 1/15/2001 -0800, you wrote:

Where can I get a reference manual/pages for all the functions, predefined
variables, operators etc of Pl/Pgsql?

I'm getting really tired of looking through four possible sources on
documentation. Bruce's book, postgresql docs: admin, user, programmer.

Thanks.

To answer my own question,
http://www.postgresql.org/devel-corner/docs/user/plpgsql-description.htm
has most of the information I was looking for.