Re: Moving from Transact SQL to PL/pgSQL - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Moving from Transact SQL to PL/pgSQL
Date
Msg-id 20050125191937.GA78285@winnie.fuhr.org
Whole thread Raw
In response to Moving from Transact SQL to PL/pgSQL  ("Kevin Duffy" <kevin07@parkerglobal.com>)
List pgsql-sql
On Mon, Jan 24, 2005 at 12:14:22PM -0500, Kevin Duffy wrote:

> Where would I find documentation on PL/pgSQL, with examples? 

On the PostgreSQL web site, or perhaps on your own server if you've
installed the documentation.

http://www.postgresql.org/

Follow the "Documentation" link, then follow the "Online Manuals"
link for whatever version of PostgreSQL you're running.  The PL/pgSQL
documentation is under "Server Programming."

> How close to Oracle PL-SQL is Postgres?  Would a Oracle PL-SQL book cover the basics?

The PL/pgSQL documentation has a "Porting from Oracle PL/SQL"
section.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-sql by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Looking up table names by REFERENCES
Next
From: Dennis Sacks
Date:
Subject: Re: Moving from Transact SQL to PL/pgSQL