Write a Stored Procedure in Postgres 8+

Stored Procs Sometimes as a developer we’re tasked with data intensive work like importing data into a database, cleaning up sets of incomplete records or transferring data from one table to another through some kind of filter. While our application would normally be in charge of creating and maintaining the data, sometimes we don’t want [...]

Posted on May 5, 2010 at 7:52 pm by Ant · Permalink · Leave a comment
In: Technobable · Tagged with: , ,

Set up postgres

Most linux oses come with postgres and mysql out of the box. If yours doesn’t or you want to run a newer version than the the one your os comes with you should be able to install it using the yum installer. Fedora 11 comes with a visual installer you can use to pick and [...]

Posted on January 2, 2010 at 8:03 pm by Ant · Permalink · Leave a comment
In: Fedora · Tagged with: , ,