File: pg_wrapper.1

package info (click to toggle)
postgresql 7.4.7-6sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,168 kB
  • ctags: 27
  • sloc: sh: 1,903; makefile: 337; ansic: 204; perl: 69; sed: 6; tcl: 1
file content (19 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.\" Hey, Emacs!  This is an -*- nroff -*- source file.
.\"
.TH PG_WRAPPER 1 "June 1996" "Debian Project" "Debian Linux"
.SH NAME
pg_wrapper \- Wrapper program for PostgreSQL commands
.SH DESCRIPTION
This
.B program
should not be run under its own name, but only as a link to names
which correspond to PostgreSQL programs in /usr/lib/postgresql/bin.
.SH SEE ALSO
.BR createdb (1),
.BR createuser (1),
.BR dropdb (1),
.BR dropuser (1),
.BR pg_dump (1),
.BR psql (1),
.SH AUTHOR
Oliver Elphick <Oliver.Elphick@lfix.co.uk>