Pavel Stehule wrote, and then Tom Lane committed (on 16th of July), patch which adds to PostgreSQL support for functions with variable number of arguments.

June 18th, 2008 by depesz | Tags: , , , , , | 7 comments »

Every now and then I see people ask the question - how to create table if it doesn't exist yet, how to drop it, but only if it does exist and so on. Well, starting from 8.2 dropping should be not ...

Today another great patch, committed by Tom Lane. This patch was written by Martin Pihlak (with some edits by Tom).