| From: | "postgresql" <pgsql(at)symcom(dot)com> |
|---|---|
| To: | "tulasi" <rama_tulasi_99(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: accept AD35- 6FA9 -9515 |
| Date: | 2002-04-21 14:10:55 |
| Message-ID: | 20020421134826.F0473475A35@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
1. you will probably have to double quote the filename with the
space character
$ pg_dump dbname > "file name"
2. do you have write permissions to the destination directory?
this should work as it forces the file to the top level of the currently
logged in user.
$ pg_dump dbname > ~/"file name"
-----Original Message-----
From: tulasi <rama_tulasi_99(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Date: Sat, 20 Apr 2002 00:01:37 -0700 (PDT)
Subject: [SQL] accept AD35- 6FA9 -9515
>
> Dear Sir,
>
> I have problem when i take a backup from postgresql database.
>
> when i issue the following command:
>
> $ pg_dump dbname > file name
>
> error: bash: file name permission denied.
>
> how to solve this problem. Please give me a solution.
>
> ThanQ In Advance.
>
> Tulasi
>
>
>
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Games - play chess, backgammon, pool and more
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-21 15:13:46 | Re: Is this a BUG? Is there anyone has the same problem? |
| Previous Message | jack | 2002-04-21 13:39:44 | Is this a BUG? Is there anyone has the same problem? |