Re: Pet Peeves?

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pet Peeves?
Date: 2009-01-30 18:39:51
Message-ID: C5A89787.AF31B%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Having to spell out params just to drop a procedure (especially when I'm
trying things out, realize params need to be changed, and so can't just use
"create or replace function").

Perhaps "drop function foobar" could drop the function if there is only 1
function named foobar?

Perhaps "drop function foobar(*)" could drop all functions named foobar?

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2009-01-30 18:56:09 Re: Pet Peeves?
Previous Message rhubbell 2009-01-30 18:35:15 Re: Pet Peeves?