Re: [SQL] Re: Same question about PostgreSql

2001-04-17 Thread Josh Berkus
Nils, > I always thought that Pl/PgSQL functions where 'stored procedures'. > Probably I'm wrong, but whats the difference between a Pl/PgSQL > function > and a stored procedure? (just curious). Postgres functions have really expanded the concept of function, to the point of *almost* being store

[SQL] Re: Same question about PostgreSql

2001-04-17 Thread Nils Zonneveld
Josh Berkus wrote: > Full stored procedures are planned for Postgres, but not for a couple of > versions. > I always thought that Pl/PgSQL functions where 'stored procedures'. Probably I'm wrong, but whats the difference between a Pl/PgSQL function and a stored procedure? (just curious). Reg