Re: loading a funtion script from a file - Mailing list pgsql-general

From Richard Huxton
Subject Re: loading a funtion script from a file
Date
Msg-id 47446195.20704@archonet.com
Whole thread Raw
In response to Re: loading a funtion script from a file  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Responses Re: loading a funtion script from a file  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
Gauthier, Dave wrote:
> APparently, from "man psql", -c can do only one thing at a time.  But you could do this with 2-3 commands (or 1 if
youwant to wrap the 2 up in a shell script or something).  Here's an example... 
[snip]
> psql --dbname mydb -c "\i create_try.sql;"
> psql --dbname mydb -c "select trythis('foo');"
> psql --dbname mydb -c "drop function trythis(varchar);"

Or just put everything in one file and use -f <filename>
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: Dynamic expressions set in "order by" clause
Next
From: SHARMILA JOTHIRAJAH
Date:
Subject: Re: Postgres table size