Re: Can we use sql language to create a function in Postgres? - Mailing list pgsql-general

From Ray O'Donnell
Subject Re: Can we use sql language to create a function in Postgres?
Date
Msg-id ef205ba5-232e-3e67-1efb-27c6fd1bf591@rodonnell.ie
Whole thread Raw
In response to Re: Can we use sql language to create a function in Postgres?  (Ray O'Donnell <ray@rodonnell.ie>)
List pgsql-general
On 05/01/2022 11:08, Ray O'Donnell wrote:
> On 05/01/2022 11:04, Shaozhong SHI wrote:
>> I was given an Oracle script.  Can we use sql language to create a 
>> function in Postgres?
> 
> Yes, absolutely:
> 
> create function my_function(...)
> as
> $$
>    select.....
> $$
> language sql;

Should have added the link to the docs:

https://www.postgresql.org/docs/14/server-programming.html

Ray.


-- 
Raymond O'Donnell // Galway // Ireland
ray@rodonnell.ie



pgsql-general by date:

Previous
From: Ray O'Donnell
Date:
Subject: Re: Can we use sql language to create a function in Postgres?
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Can we use sql language to create a function in Postgres?