Skip to content

Commit 651e98b

Browse files
committed
make TEMP -> TEMPORARY
1 parent edbe00a commit 651e98b

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
char sql[1024];
36003600
int pos;
36013601

3602-
res = PQexec(g_conn, "CREATE TEMP TABLE pg_dump_oid (dummy int4)");
3602+
res = PQexec(g_conn, "CREATE TEMPORARY 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, "CREATE TEMP TABLE pg_dump_oid (dummy int4);\n");
3638+
pos = snprintf(sql, 1024, "CREATE TEMPORARY 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy