From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: tracking scripts... |
Date: | 2013-11-26 20:13:53 |
Message-ID: | 52950101.1000703@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 11/26/2013 11:45 AM, Joey Quinn wrote:
> Would that command be from within the psql SQL Shell that came as part
> of the install? (I'm living in Windows land).
if you're already in psql, logged onto your database, it would be \i
filename.sql
psql -f filename.sql dbname... would be at the system shell prompt,
but that assumes the postgresql binary directory is in your path, which
it may not be on default Windows installs.
--
john r pierce 37N 122W
somewhere on the middle of the left coast
From | Date | Subject | |
---|---|---|---|
Next Message | Robin | 2013-11-26 20:16:45 | Re: Any advantage of using SSL with a certificate of authority? |
Previous Message | Jeff Janes | 2013-11-26 20:05:42 | Re: AccessShareLock and Resource Contention |