Commit 87799e38 authored by Marc G. Fournier's avatar Marc G. Fournier

Prototype setMaxOid()

Submitted by: Bruce
parent afcbce5c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: pg_dump.h,v 1.5 1996/08/26 05:46:39 scrappy Exp $ * $Id: pg_dump.h,v 1.6 1996/09/23 18:15:41 scrappy Exp $
* *
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2 * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
* *
...@@ -193,6 +193,7 @@ extern void dumpIndices(FILE* fout, IndInfo* indinfo, int numIndices, ...@@ -193,6 +193,7 @@ extern void dumpIndices(FILE* fout, IndInfo* indinfo, int numIndices,
extern void dumpClasses(TableInfo *tbinfo, int numTables, FILE *fout, extern void dumpClasses(TableInfo *tbinfo, int numTables, FILE *fout,
char *tablename, int oids); char *tablename, int oids);
extern void dumpTuples(PGresult *res, FILE *fout, int *attrmap); extern void dumpTuples(PGresult *res, FILE *fout, int *attrmap);
extern void setMaxOid(FILE *fout);
extern char* checkForQuote(char* s); extern char* checkForQuote(char* s);
extern int findLastBuiltinOid(); extern int findLastBuiltinOid();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment