On 2012-03-26, and wrote:
> Hi all,
> I would like to know how to load a user defined function from a file
> written in pl/pgsql.
>
> I have read it on logging
> psql -h host database < create_some_func.sql
> but then i am forced to redo the login. Is there another way to do it?
another way use
On 26 March 2012 11:32, and wrote:
> I have read it on logging
> psql -h host database < create_some_func.sql
> but then i am forced to redo the login.Is there another way to do it?
If you're working on the database server, then you can skip the "-h
host" bit and use a socket.
That does require
On 03/26/2012 02:32 AM, and wrote:
Hi all,
I would like to know how to load a user defined function from a file
written in pl/pgsql.
I have read it on logging
psql -h host database< create_some_func.sql
but then i am forced to redo the login.Is there another way to do it?
Not sure what you a
On 3/26/2012 4:32 AM, and wrote:
Hi all,
I would like to know how to load a user defined function from a file
written in pl/pgsql.
I have read it on logging
psql -h host database< create_some_func.sql
but then i am forced to redo the login.Is there another way to do it?
You can put default
On Mon, Mar 26, 2012 at 4:32 AM, and wrote:
> Hi all,
> I would like to know how to load a user defined function from a file
> written in pl/pgsql.
>
> I have read it on logging
> psql -h host database < create_some_func.sql
> but then i am forced to redo the login.Is there another way to do it?
Hi all,
I would like to know how to load a user defined function from a file
written in pl/pgsql.
I have read it on logging
psql -h host database < create_some_func.sql
but then i am forced to redo the login.Is there another way to do it?
--
Sent via pgsql-general mailing list (pgsql-general@po