Re: Reg: Permission error in Windows psql while trying to read sql commands from file

From: "Raj K" <raj(dot)indian(dot)08(at)gmail(dot)com>
To: "Josh Williams" <joshwilliams(at)ij(dot)net>
Cc: rod(at)iol(dot)ie, pgsql-general(at)postgresql(dot)org
Subject: Re: Reg: Permission error in Windows psql while trying to read sql commands from file
Date: 2008-10-13 17:10:54
Message-ID: 6373f61d0810131010r53bceea3g342c9b09e1a3cdc3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you very much, Josh.
This worked. The backward slashes were the problem.
I had tried the quote part earlier, but even that did not work because of
the backward slashes.

Is there somewhere I can document this for other newbies facing the same
issue?

Again, thank you very much.

On Sun, Oct 12, 2008 at 11:47 PM, Josh Williams <joshwilliams(at)ij(dot)net> wrote:

> On Sun, 2008-10-12 at 09:25 +0530, Raj K wrote:
> > Since it is in windows - I could not find any specific file permission
> > mechanisms similar to linux. (This is my first foray in windows - so I
> > am a newbie there too )
> > The computer is not in a network. So, through googling, I found that
> > to share it, we have to move it to
> > C:\Documents and Settings\All Users\Documents\ - which I did.
> >
> > But even that did not help - as mentioned in the first mail.
>
> Try using forward slashes in your path:
> testdb=# \i c:/testdb.txt
>
> And if you have spaces, enclose the path in quotation marks:
> # \i 'C:/Documents and Settings/All Users/Documents/DB/testdb.txt'
>
>
> > If you could help me on this I would be much obliged..
> >
> > Regards
> > Raj
>
> - Josh Williams
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2008-10-13 17:11:58 Re: More schema design advice requested
Previous Message Richard Broersma 2008-10-13 16:59:28 Re: NATURAL JOINs