diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-30 03:03:04 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-30 03:03:04 +0000 |
| commit | 51c58812d9e7742cddc0a22a1ec1959267fa09ed (patch) | |
| tree | 1d6bbc3efade44c0af8be626a0d951ff527d9a0d /src/bin/pg_dump/pg_dump.h | |
| parent | 4714984149a2eac08c6766a068569d0d27f027ec (diff) | |
| download | postgresql-51c58812d9e7742cddc0a22a1ec1959267fa09ed.tar.gz | |
Dump comments for large objects.
Diffstat (limited to 'src/bin/pg_dump/pg_dump.h')
| -rw-r--r-- | src/bin/pg_dump/pg_dump.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index 77709f22ba..7b0c51aa4f 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.h,v 1.115 2004/12/31 22:03:08 pgsql Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.h,v 1.116 2005/06/30 03:03:02 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -78,7 +78,8 @@ typedef enum DO_CAST, DO_TABLE_DATA, DO_TABLE_TYPE, - DO_BLOBS + DO_BLOBS, + DO_BLOB_COMMENTS } DumpableObjectType; typedef struct _dumpableObject |
