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

Commit3ba0fc7

Browse files
author
Neil Conway
committed
Capitalize some SQL keywords the previous commit missed, for consistency.
1 parentd7e0ebd commit3ba0fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*by PostgreSQL
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.387 2004/10/0617:43:07 momjian Exp $
15+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.388 2004/10/0623:31:45 neilc Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -1397,7 +1397,7 @@ dumpBlobs(Archive *AH, void *arg)
13971397
if (AH->remoteVersion >=70100)
13981398
appendPQExpBuffer(oidQry,"DECLARE bloboid CURSOR FOR SELECT DISTINCT loid FROM pg_largeobject");
13991399
else
1400-
appendPQExpBuffer(oidQry,"DECLARE bloboid CURSOR FOR SELECT oidfrom pg_classwhere relkind = 'l'");
1400+
appendPQExpBuffer(oidQry,"DECLARE bloboid CURSOR FOR SELECT oidFROM pg_classWHERE relkind = 'l'");
14011401

14021402
res=PQexec(g_conn,oidQry->data);
14031403
check_sql_result(res,g_conn,oidQry->data,PGRES_COMMAND_OK);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp