Re: psql: add \create_function command - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql: add \create_function command
Date
Msg-id 1029916.1706300266@sss.pgh.pa.us
Whole thread Raw
In response to psql: add \create_function command  (Steve Chavez <steve@supabase.io>)
Responses Re: psql: add \create_function command
Re: psql: add \create_function command
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> I don't know, maybe I have a problem with the described use case. I cannot
> imagine holding the body and head of PL routines in different places and I
> don't understand the necessity to join it.

It seems a little weird to me too, and I would vote against accepting
\create_function as described because I think too few people would
want to use it.  However, the idea of an easy way to pull in a file
and convert it to a SQL literal seems like it has many applications.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: psql: add \create_function command
Next
From: Pavel Stehule
Date:
Subject: Re: psql: add \create_function command