WebSeitz/wikilog
Postgre S Q L
It may look like a crisis, but it's only the end of an illusion.

(backlinks off) (map off)
(search off)
last edited by BillSeitz on Sep 8, 2008 1:07 am

.

Not quite as fast as , and a little more complicated to work with (supposedly), but supports more complex functionality,

http://www.postgresql.org/

http://www.faqs.org/docs/ppbook/book1.htm [Practical Postgre S Q L] book free online

http://www.pgadmin.org/pgadmin3/index.php

support

played with [Stored Procedure] to basically return a bunch of base fields plus calculated params for a single record, but then found that I'd need to spec the schema in the query that called the proc, which seemed horribly coupled, so dropped that approach....:

 FUNCTION prod.client_vacation_view(int4) RETURNS record AS...
...SELECT client_id, last_name from clients into output WHERE...
...return output
but then 
select * from client_vacation_view(200) as (client_id int, last_name varchar(128));

-related links

See : | | | | | | | | | | | | | | | | | | | | | | | | | |


 




Bill Seitz, fluxent at gmail dot com, Weblog