Re: [GENERAL] Moving from Sybase to PostgreSQL - Stored Procedures

2005-01-29 Thread Thomas Hallgren
Andre Schnoor wrote: Hi, I'm moving from Sybase to pgsql but have problems with stored procedures. The typical procedure uses a) named parameters, b) local variable declarations and assignments c) transactions d) cursors, views, etc. I can't seem to find these things in the Postgres function syntax

[GENERAL] Moving from Sybase to PostgreSQL - Stored Procedures

2005-01-29 Thread Andre Schnoor
Hi, I'm moving from Sybase to pgsql but have problems with stored procedures. The typical procedure uses a) named parameters, b) local variable declarations and assignments c) transactions d) cursors, views, etc. I can't seem to find these things in the Postgres function syntax. Procedures can b