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

From Kevin Duffy
Subject Moving from Transact SQL to PL/pgSQL
Date
Msg-id AD00BDEBE7882B4E931CCE42D291A88F7880DE@mail04.CONNECT.CONNECTAPPS.NET
Whole thread Raw
Responses Re: Moving from Transact SQL to PL/pgSQL  (Michael Fuhr <mike@fuhr.org>)
Re: Moving from Transact SQL to PL/pgSQL  (Dennis Sacks <dennis@illusions.com>)
Re: Moving from Transact SQL to PL/pgSQL  ("Clint Stotesbery" <cstotes@hotmail.com>)
List pgsql-sql
Hello:
 
I am starting a project using Postgres.  The requirements are very similar to work I have done in the past using M$-SQL.  Therefore, there are many Transact SQL stored procedures I need to port over to PL/pgSQL.
 
Where would I find documentation on PL/pgSQL, with examples? 
 
How close to Oracle PL-SQL is Postgres?  Would a Oracle PL-SQL book cover the basics?
 
Remember be kind to the newbee.
 
 
Kevin Duffy
 

pgsql-sql by date:

Previous
From: Steve Castellotti
Date:
Subject: Looking up table names by REFERENCES
Next
From: "Clint Stotesbery"
Date:
Subject: Re: converting Oracle scripts to PostgreSQL