Re: [HACKERS] SQL procedures - Mailing list pgsql-hackers

From Daniel Verite
Subject Re: [HACKERS] SQL procedures
Date
Msg-id 83b39249-a6f0-4bd8-9ba6-cbfadc32f810@manitou-mail.org
Whole thread Raw
In response to Re: [HACKERS] SQL procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] SQL procedures  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
    Tom Lane wrote:

> Do we really want the existence of a function foo(int) to mean
> that you can't create a SQL procedure named
> foo and taking one int argument?

Isn't it pretty much implied by the
ALTER | DROP ROUTINE foo(...)
commands where foo(...) may be either a procedure
or a function? It doesn't look like it could be both.


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: [HACKERS] Row Level Security Bug ?
Next
From: Fujii Masao
Date:
Subject: Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted.