tulasi writes:
> 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.
Try
$ pg_dump dbname > "file name"
and make sure you have write access to the current directory.
--
Peter Eisentraut peter_e(at)gmx(dot)net