From ffb120ecc68752b7accb169f00d8a3286afb1a92 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 10 Aug 1998 20:31:42 +0000 Subject: Add new \w write command to psql. --- src/man/psql.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/psql.1 b/src/man/psql.1 index 323a2f71d8e..83820d3f3a1 100644 --- a/src/man/psql.1 +++ b/src/man/psql.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.27 1998/08/03 05:54:30 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.28 1998/08/10 20:31:40 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql - run the interactive query front-end @@ -380,6 +380,9 @@ Toggles extended row format mode. When enabled each row will have its column names printed on the left with the column values printed on the right. This is useful for rows which are otherwise too long to fit into one screen line. HTML row output mode supports this flag too. +.IP "\ew [\fIfilename\fR]" +Outputs current query buffer to +.IR filename . .IP "\ez" Produces a list of all tables in database with their appropriate ACLs (grant/revoke permissions) listed. -- cgit v1.2.3