Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Which one is better, Oracle or SQL server - clear answer !
Ryan Gaffuri wrote:
>>PostgreSQL has MVCC, multi versioning concurrency control. No writes, >>updates, reads block each other. You can program PostgreSQL in that way >>as:
MVCC does not exclude the possibility to lock, if needed.
> how robust is postGre SQLs procedural languagE? can you do stored
> procedures, triggers, etc... ? Just curious. If not, then you really
> dont want to do anything high end with it. Implementing business logic
> in C or Java and accessing the database leads to slow development
> times and long debug sessions.
Robustness of pl/pgSQL, pl/PHP, pl/JAVA, pl/TCL, pl/PYTHON ? your choice ! PostgreSQL has triggers, SP,...
> BTW, what platforms do postGre SQL and Informix port to? Isnt informix
> dead? IBM bought it and are shutting it down right?
yes, there will be 9.50 and 9.60 and then Informix ends.
regards, Guido Stepken Received on Mon Aug 18 2003 - 07:05:12 CDT