Re: Inquiry From Form [pgsql]

Emmanuel Charpentier <charpent@bacbuc.dyndns.org>

From: Emmanuel Charpentier <charpent@bacbuc.dyndns.org>
To: Chris <cschneider@xede.com>
Date: 2003-02-15T08:55:07Z
Lists: pgsql-general
Chris wrote:
> how can I run a SQL script from a text file from within PSQL.
> 
> Like in Oracle from SQLPlus I would use the @scriptname.sql  from the SQL prompt.  What is the syntax from PSQL?  

\? would have told you that \! <script path and filename> would do the job ..

					Emmanuel Charpentier