From bbcee544aa551ada483281723faa6cea3b279e84 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 13 Jul 2004 16:48:16 +0000 Subject: Have \dn+ show permissions and description for schemas. Dennis Bjorklund --- src/bin/psql/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/psql/help.c') diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index ed9574a2297..1fffbd25b4d 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.88 2004/06/18 06:14:04 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.89 2004/07/13 16:48:16 momjian Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -218,7 +218,7 @@ slashUsage(unsigned short int pager) fprintf(output, _(" \\dD [PATTERN] list domains\n")); fprintf(output, _(" \\df [PATTERN] list functions (add \"+\" for more detail)\n")); fprintf(output, _(" \\dg [PATTERN] list groups\n")); - fprintf(output, _(" \\dn [PATTERN] list schemas\n")); + fprintf(output, _(" \\dn [PATTERN] list schemas (add \"+\" for more detail)\n")); fprintf(output, _(" \\do [NAME] list operators\n")); fprintf(output, _(" \\dl list large objects, same as \\lo_list\n")); fprintf(output, _(" \\dp [PATTERN] list table, view and sequence access privileges\n")); -- cgit v1.2.3