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

Commit6ab9db7

Browse files
committed
Apply usage patches for European Dates patch from Keith
1 parent83d7b27 commit6ab9db7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.35 1997/01/26 15:30:23 scrappy Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.36 1997/01/27 22:37:48 scrappy Exp $
1414
*
1515
* NOTES
1616
*
@@ -442,6 +442,7 @@ usage(const char *progname)
442442
fprintf(stderr,"\t-b backend\tuse a specific backend server executable\n");
443443
fprintf(stderr,"\t-d [1|2|3]\tset debugging level\n");
444444
fprintf(stderr,"\t-D datadir\tset data directory\n");
445+
fprintf(stderr,"\t-e \tturn on European date format\n");
445446
fprintf(stderr,"\t-m \tstart up multiplexing backends\n");
446447
fprintf(stderr,"\t-n\t\tdon't reinitialize shared memory after abnormal exit\n");
447448
fprintf(stderr,"\t-o option\tpass 'option' to each backend servers\n");

‎src/backend/tcop/postgres.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.27 1997/01/26 20:15:06 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.28 1997/01/27 22:37:52 scrappy Exp $
1111
*
1212
* NOTES
1313
* this is the "main" module of the postgres backend and
@@ -753,6 +753,7 @@ static void usage(char* progname)
753753
fprintf(stderr," C: supress version info\n");
754754
fprintf(stderr," d: set debug level\n");
755755
fprintf(stderr," E: echo query before execution\n");
756+
fprintf(stderr," e turn on European date format\n");
756757
fprintf(stderr," F: turn off fsync\n");
757758
fprintf(stderr," f: forbid plantype generation\n");
758759
fprintf(stderr," i: don't execute the query, just show the plan tree\n");
@@ -1282,7 +1283,7 @@ PostgresMain(int argc, char *argv[])
12821283
*/
12831284
if (IsUnderPostmaster== false) {
12841285
puts("\nPOSTGRES backend interactive interface");
1285-
puts("$Revision: 1.27 $ $Date: 1997/01/26 20:15:06 $");
1286+
puts("$Revision: 1.28 $ $Date: 1997/01/27 22:37:52 $");
12861287
}
12871288

12881289
/* ----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp