Re: Function and Procedure with same signature? - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Function and Procedure with same signature?
Date
Msg-id CAKFQuwZT3aXhnD_AmGs_HLgMnYbC1AdqiZTeh+2xEOxz73EM4w@mail.gmail.com
Whole thread Raw
In response to Function and Procedure with same signature?  (Deepak M <mahtodeepak05@gmail.com>)
Responses Re: Function and Procedure with same signature?
List pgsql-hackers
On Fri, Feb 9, 2024, 12:05 Deepak M <mahtodeepak05@gmail.com> wrote:
Hello Hackers,

Wrong list, this is for discussions regarding patches.



Folks, When tried to create a function with the same signature as procedure it fails.

That seems like a good hint you cannot do it.  Specifically because they get defined in the same internal catalog within which names must be unique.

David J.

pgsql-hackers by date:

Previous
From: cary huang
Date:
Subject: Re: Encoding protection for pgcrypto
Next
From: Noah Misch
Date:
Subject: Re: Popcount optimization using AVX512