Moving from Transact SQL to PL/pgSQL

Поиск
Список
Период
Сортировка
От Kevin Duffy
Тема Moving from Transact SQL to PL/pgSQL
Дата
Msg-id AD00BDEBE7882B4E931CCE42D291A88F7880DE@mail04.CONNECT.CONNECTAPPS.NET
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Steve Castellotti
Дата:
Сообщение: Looking up table names by REFERENCES
Следующее
От: "Clint Stotesbery"
Дата:
Сообщение: Re: converting Oracle scripts to PostgreSQL