Skip to content
Snippets Groups Projects
Commit 920046be authored by Martin Pitt's avatar Martin Pitt
Browse files

pg_wrapper(1): Clarify synopsis.

parent 4bb8e2b9
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ Bugs:
* log_hostname=false/true -> (nothing)/log_line_prefix='%r'
* log_source_port=false/true -> (nothing)/log_line_prefix='%r'
- Link README.Debian to the server packages.
- pg_wrapper(1) synopsis: make clear that this is valid for all client
programs
Transition bugs:
- Continue to use the old log file.
......
postgresql-common (16) unstable; urgency=low
* pg_createcluster: Add --logfile parameter.
* pg_wrapper(1): Clarify synopsis.
-- Martin Pitt <mpitt@debian.org> Fri, 10 Jun 2005 18:48:53 +0200
-- Martin Pitt <mpitt@debian.org> Fri, 10 Jun 2005 18:55:07 +0200
postgresql-common (15) unstable; urgency=low
......
......@@ -65,11 +65,10 @@ pg_wrapper - wrapper for PostgreSQL client commands
=head1 SYNOPSIS
B<psql> [B<--cluster> I<version>/I<cluster>] [...]
I<client-program> [B<--cluster> I<version>/I<cluster>] [...]
B<createdb> [B<--cluster> I<version>/I<cluster>] [...]
B<dropdb> [B<--cluster> I<version>/I<cluster>] [...]
(I<client-program>: B<psql>, B<createdb>, B<dropuser>, and all other client
programs installed in C</usr/lib/postgreqsl/>I<version>C</bin>).
=head1 DESCRIPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment