Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17f601e

Browse files
committed
Improve \z psql \? help display.
1 parentf5ed2ee commit17f601e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.135 2009/01/06 23:01:57 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.136 2009/01/06 23:09:56 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99

@@ -219,7 +219,7 @@ slashUsage(unsigned short int pager)
219219
fprintf(output,_(" \\dn[+] [PATTERN] list schemas\n"));
220220
fprintf(output,_(" \\do[S] [PATTERN] list operators\n"));
221221
fprintf(output,_(" \\dp [PATTERN] list table, view, and sequence access privileges\n"));
222-
fprintf(output,_("\\z [PATTERN] same as \\dp\n"));
222+
fprintf(output,_(" \\z [PATTERN] same as \\dp\n"));
223223
fprintf(output,_(" \\ds[S+] [PATTERN] list sequences\n"));
224224
fprintf(output,_(" \\dt[S+] [PATTERN] list tables\n"));
225225
fprintf(output,_(" \\dT[S+] [PATTERN] list data types\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp