git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7e0ebd)
Capitalize some SQL keywords the previous commit missed, for consistency.
Wed, 6 Oct 2004 23:31:45 +0000 (23:31 +0000)
Wed, 6 Oct 2004 23:31:45 +0000 (23:31 +0000)

diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 2e446357d7a960f02340a05b8667b683a8779886..c9ad16af677922ec64443ac98e1a916b05c7a0bb 100644 (file)
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -12,7 +12,7 @@
* by PostgreSQL
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.387 2004年10月06日 17:43:07 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.388 2004年10月06日 23:31:45 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1397,7 +1397,7 @@ dumpBlobs(Archive *AH, void *arg)
if (AH->remoteVersion >= 70100)
appendPQExpBuffer(oidQry, "DECLARE bloboid CURSOR FOR SELECT DISTINCT loid FROM pg_largeobject");
else
- appendPQExpBuffer(oidQry, "DECLARE bloboid CURSOR FOR SELECT oid from pg_class where relkind = 'l'");
+ appendPQExpBuffer(oidQry, "DECLARE bloboid CURSOR FOR SELECT oid FROM pg_class WHERE relkind = 'l'");
res = PQexec(g_conn, oidQry->data);
check_sql_result(res, g_conn, oidQry->data, PGRES_COMMAND_OK);
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /