> the only really major difference I can think of is T-SQL stored procedures, 
> which have no counterpart in Postgres.

PostgreSQL does have support for stored procedures, you can even
choose from 4 languages out of the box and 3 more from addons:
http://www.postgresql.org/download/products/4.html.

PL/pgSQL is the closest to Oracle's PL/SQL and MS's T-SQL.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to