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

Commit6d35059

Browse files
alvherrepull[bot]
authored andcommitted
Fix psql's \? output for \watch
It was reported as misaligned by Kyotaro, but it also needed to beturned into a single translatable phrase (like the one for \g is), asreported by Yugo.This is a new issue (commitf347ec7), so no backpatch is needed.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Author: Yugo NAGATA <nagata@sraoss.co.jp>Discussion:https://postgr.es/m/20230907.142956.2038600444404289870.horikyota.ntt@gmail.com
1 parent9de4a11 commit6d35059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/psql/help.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ slashUsage(unsigned short int pager)
200200
HELP0(" \\gset [PREFIX] execute query and store result in psql variables\n");
201201
HELP0(" \\gx [(OPTIONS)] [FILE] as \\g, but forces expanded output mode\n");
202202
HELP0(" \\q quit psql\n");
203-
HELP0(" \\watch [[i=]SEC] [c=N] [m=MIN]\n");
204-
HELP0(" execute query every SEC seconds, up to N times\n");
205-
HELP0(" stop if less than MIN rows are returned\n");
203+
HELP0(" \\watch [[i=]SEC] [c=N] [m=MIN]\n"
204+
"execute query every SEC seconds, up to N times\n"
205+
" stop if less than MIN rows are returned\n");
206206
HELP0("\n");
207207

208208
HELP0("Help\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp