aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-07 16:14:33 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-07 16:14:33 +0000
commit40853dd445442e23eec4ffeefa418e53e29e0c23 (patch)
tree000bc1ba8e7beb28ee7e7ebecdfc21cdec8647c4 /src/bin/pg_dump/dumputils.h
parent123baf83104c3b9db4918881fa9cd9b1e0342dc4 (diff)
downloadpostgresql-40853dd445442e23eec4ffeefa418e53e29e0c23.tar.gz
postgresql-40853dd445442e23eec4ffeefa418e53e29e0c23.zip
Allow pg_dumpall to work with previous releases again. Don't pass the -c
option down to pg_dump, where it's useless, and clarify the meaning of -c in the documentation.
Diffstat (limited to 'src/bin/pg_dump/dumputils.h')
-rw-r--r--src/bin/pg_dump/dumputils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/dumputils.h b/src/bin/pg_dump/dumputils.h
index a34d937a0eb..acaff801d88 100644
--- a/src/bin/pg_dump/dumputils.h
+++ b/src/bin/pg_dump/dumputils.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
*
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.3 2002/09/04 20:31:34 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.h,v 1.4 2002/09/07 16:14:33 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,5 +22,6 @@ extern char *simple_prompt(const char *prompt, int maxlen, bool echo);
extern const char *fmtId(const char *identifier);
extern void appendStringLiteral(PQExpBuffer buf, const char *str, bool escapeAll);
+extern int parse_version(const char *versionString);
#endif /* DUMPUTILS_H */