Re: Function and Procedure with same signature?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Deepak M <mahtodeepak05(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Function and Procedure with same signature?
Date: 2024-02-09 22:47:23
Message-ID: CAKFQuwZT3aXhnD_AmGs_HLgMnYbC1AdqiZTeh+2xEOxz73EM4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 9, 2024, 12:05 Deepak M <mahtodeepak05(at)gmail(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2024-02-09 23:27:57 Re: Popcount optimization using AVX512
Previous Message cary huang 2024-02-09 22:33:17 Re: Encoding protection for pgcrypto