From: | "Jim C(dot) Nasby" <decibel(at)decibel(dot)org> |
---|---|
To: | postgresql(at)bryden(dot)co(dot)za |
Cc: | Richard Huxton <dev(at)archonet(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Scripting issues |
Date: | 2005-06-21 17:03:06 |
Message-ID: | 20050621170306.GB84822@decibel.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Jun 21, 2005 at 10:59:58AM +0200, postgresql(at)bryden(dot)co(dot)za wrote:
> Hi Richard
>
> Thanks for the suggestion. I'm sure I'll go that way.
> One other question: Since in PostgreSQL you can have "overloaded"
> functions, how do you query the system tables for the existence of a
> particular version of the function? I can query
> information_schema.routines for the function name, but not for the
> particular parameters.
If you're specifically worried about functions, why not just use CREATE
OR REPLACE?
--
Jim C. Nasby, Database Consultant decibel(at)decibel(dot)org
Give your computer some brain candy! www.distributed.net Team #1828
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"
From | Date | Subject | |
---|---|---|---|
Next Message | David Parker | 2005-06-21 17:48:02 | startup time |
Previous Message | Bruce Momjian | 2005-06-21 16:17:56 | Re: Escape handling in strings |