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

Commit651e98b

Browse files
committed
make TEMP -> TEMPORARY
1 parentedbe00a commit651e98b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* IDENTIFICATION
25-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.155 2000/07/04 16:57:18 momjian Exp $
25+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.156 2000/07/04 16:57:49 momjian Exp $
2626
*
2727
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
2828
*
@@ -3599,7 +3599,7 @@ setMaxOid(Archive *fout)
35993599
charsql[1024];
36003600
intpos;
36013601

3602-
res=PQexec(g_conn,"CREATETEMP TABLE pg_dump_oid (dummy int4)");
3602+
res=PQexec(g_conn,"CREATETEMPORARY TABLE pg_dump_oid (dummy int4)");
36033603
if (!res||
36043604
PQresultStatus(res)!=PGRES_COMMAND_OK)
36053605
{
@@ -3635,7 +3635,7 @@ setMaxOid(Archive *fout)
36353635
if (g_verbose)
36363636
fprintf(stderr,"%s maximum system oid is %u %s\n",
36373637
g_comment_start,max_oid,g_comment_end);
3638-
pos=snprintf(sql,1024,"CREATETEMP TABLE pg_dump_oid (dummy int4);\n");
3638+
pos=snprintf(sql,1024,"CREATETEMPORARY TABLE pg_dump_oid (dummy int4);\n");
36393639
pos=pos+snprintf(sql+pos,1024-pos,"COPY pg_dump_oid WITH OIDS FROM stdin;\n");
36403640
pos=pos+snprintf(sql+pos,1024-pos,"%-d\t0\n",max_oid);
36413641
pos=pos+snprintf(sql+pos,1024-pos,"\\.\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp