psql /i path?

From: "Robert J(dot) Sanford, Jr(dot)" <rsanford(at)nolimitsystems(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: psql /i path?
Date: 2001-08-30 05:12:52
Message-ID: HOEFIONAHHKFEFENBMNOIELKCBAA.rsanford@nolimitsystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

in my cygwin bash shell i executed mount which loads
up all of my drives. i then run psql and try to use
the /i command to import a sql file. i am getting
errors such as...

-- begin error msgs --
football=# \i /cygdrive/c/stuff/fantasy
football/development/server/db/tables.sql

/cygdrive/c/stuff/fantasy: No such file or directory

\i: extra argument 'football/development/server/db/tables.sql' ignored
-- end error msgs --

that tells me that either psql doesn't like using
my cygdrive mappings or it doesn't like the directory
name with a space in it.

i tried surrounding the entire path with "" but i
get...

-- begin error msgs --
football=# \i "/cygdrive/c/stuff/fantasy
football/development/server/db/tables.sql"

"/cygdrive/c/stuff/fantasy football/development/server/db/tables.sql":
No such file or directory
-- end error msgs --

when i am just trying to get to the directory from the
bash shell and i surround the entire thing with quotes
it works fine.

any suggestions?

rjsjr

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Robert J. Sanford, Jr. 2001-08-30 05:16:08 RE: psql /i path?
Previous Message Andre Schnabel 2001-08-29 06:20:57 Re: [NOVICE] How can i create users in cygwin ?