This is a discussion on Moving from Transact SQL to PL/pgsql within the pgsql Sql forums, part of the PostgreSQL category; --> Hello: I am implementing a new system using Postgres. Well most of the system will be new, but some ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello: I am implementing a new system using Postgres. Well most of the system will be new, but some parts will be very similar to a system currently running under M$-SQL. The first issue will be getting up to speed on PL/pgsql. Where can I find primer on PL/pgsql, with lots of examples? How silimar is PL/pgsql to PL/SQL under Oracle? Thanks in Advance. kd ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| On Jan 23, 2005, at 10:22 PM, Duffy House wrote: > The first issue will be getting up to speed on PL/pgsql. Where can I > find > primer on PL/pgsql, with lots of examples? How silimar is PL/pgsql to > PL/SQL > under Oracle? The PostgreSQL documentation is the place to start: http://www.postgresql.org/docs/8.0/i...e/plpgsql.html The PostgreSQL distribution has a file with some examples in it: src/test/regress/sql/plpgsql.sql The pgEdit distribution (http://pgedit.com/download) has a fairly extensive plpgsql example for importing and analyzing web server logs. I'm not familiar with Oracle, but there is a porting section in the documentation: http://www.postgresql.org/docs/8.0/i...l-porting.html John DeSoi, Ph.D. http://pgedit.com/ Power Tools for PostgreSQL ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| Thread Tools | |
| Display Modes | |
|
|