home go links go books go opinion go gallery go projects go resumé go
about this site
archives
book reviews
"to read" list
tech books
search books
books archive
last 10 posts
quotes
cluetrain
cluetrain (mirrored)
randobracket
image auth
search engine hits
  hit history
indexer stats
user agent list
HTML (view)
  (most up-to-date)
MS Word (dl)
code examples
doesntsuck.com
doesntsuck.com

February 07, 2005

view stored proc in postgres   (link)

ok, this isn't really a link, but it's a bit geeky and obscure for the front page

to view the source of a postgresql stored procedure from the command line:

select prosrc from pg_catalog.pg_proc where proname = 'procedure_name';

Posted by yargevad at February 7, 2005 01:17 PM


This weblog is licensed under a Creative Commons License.