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

Commitd64aa21

Browse files
committed
That psql option should be --no-readline (as it used to be), not --noreadline.
1 parentf87772b commitd64aa21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/startup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.32 2000/05/12 16:28:31 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.33 2000/05/14 18:05:05 petere Exp $
77
*/
88
#include"postgres.h"
99

@@ -314,7 +314,7 @@ parse_psql_options(int argc, char *argv[], struct adhoc_opts * options)
314314
{"host",required_argument,NULL,'h'},
315315
{"html",no_argument,NULL,'H'},
316316
{"list",no_argument,NULL,'l'},
317-
{"noreadline",no_argument,NULL,'n'},
317+
{"no-readline",no_argument,NULL,'n'},
318318
{"output",required_argument,NULL,'o'},
319319
{"port",required_argument,NULL,'p'},
320320
{"pset",required_argument,NULL,'P'},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp