Re: pg_restore - added documentation - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: pg_restore - added documentation
Date
Msg-id 200410071451.35658.peter_e@gmx.net
Whole thread Raw
In response to pg_restore - added documentation  (Harald Armin Massa <ghum@gmx.net>)
Responses Re: pg_restore - added documentation
List pgsql-patches
Harald Armin Massa wrote:
> ----------------------------------------------
> Usage:
>  pg_restore [OPTION]... [FILE]
>
> General options:
> -d, --dbname=NAME        output database name (to restore into a psql
> database)
> -f, --file=FILENAME      output file name (to convert custom/tar to
> plain SQL)
> -F, --format=c|t         specify backup file format (custom or tar,
> plain text is not possible)
> ----------------------------------------------

These lines are too long for help output.  Also, there is no such thing
as a "psql database".

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: [psql] Setting the PROMPT on command line
Next
From: Peter Eisentraut
Date:
Subject: Re: Support LDFLAGS_SL on most ports