From: Bruce Momjian Date: Thu, 16 Jul 1998 15:54:39 +0000 (+0000) Subject: Remove monitor mention and add psql. X-Git-Tag: REL6_4_2~779 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96f5323bcda2bbdb284c1ca50d03348981cfd330;p=postgresql Remove monitor mention and add psql. --- diff --git a/src/man/sql.l b/src/man/sql.l index 97dd59416b..d8cc2dba13 100644 --- a/src/man/sql.l +++ b/src/man/sql.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.12 1998/06/24 13:21:30 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.13 1998/07/16 15:54:39 momjian Exp $ .TH INTRODUCTION SQL 11/5/95 PostgreSQL PostgreSQL .SH "Section 4 - SQL Commands (COMMANDS)" .SH "General Information" @@ -313,4 +313,4 @@ delete(l), execute(l), update(l), select(l), -monitor(1). +psql(1).