AW: Nested-Internal Functions

From: "Rossana Ocampos" <rocampos(at)bry-it(dot)com>
To: <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: AW: Nested-Internal Functions
Date: 2024-01-18 08:47:06
Message-ID: 010201da49ea$eac25470$c046fd50$@bry-it.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Effectively I had to create the function externally, I am in the process of migrating from Oracle to Postgresql and I have many cases of encapsulated functions and transactions.
Thank you very much for the return.
Rossana Ocampos

-----Ursprüngliche Nachricht-----
Von: Laurenz Albe [mailto:laurenz(dot)albe(at)cybertec(dot)at]
Gesendet: Dienstag, 16. Januar 2024 15:42
An: Rossana Ocampos; pgsql-general(at)lists(dot)postgresql(dot)org
Betreff: Re: Nested-Internal Functions

On Tue, 2024-01-16 at 13:15 +0100, Rossana Ocampos wrote:
> I have a query about creating nested functions in PostgreSQL.

There are no "nested functions" in PostgreSQL.
You'd need to rewrite that to use a proper stand-alone function.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Gustafsson 2024-01-18 11:03:04 Re: undefined symbol when installing pgcrypto on 16.1
Previous Message Sasmit Utkarsh 2024-01-18 05:58:13 Re: Help needed for the resolution of memory leak