diff options
author | Philip Warner <pjw@rhyme.com.au> | 2001-01-12 04:32:07 +0000 |
---|---|---|
committer | Philip Warner <pjw@rhyme.com.au> | 2001-01-12 04:32:07 +0000 |
commit | 06ef1ef2ec8f51df700a230909c46a25f587f94d (patch) | |
tree | 1acfe459515dab82b58e7dc2d1bfef3599259e4b /src/bin/pg_dump/pg_backup_null.c | |
parent | 565639cde0787f32e20e0b51591a7ad0a07c2aff (diff) | |
download | postgresql-06ef1ef2ec8f51df700a230909c46a25f587f94d.tar.gz postgresql-06ef1ef2ec8f51df700a230909c46a25f587f94d.zip |
- Check ntuples == 1 for various SELECT statements.
- Fix handling of --tables=* (multiple tables never worked properly, AFAICT)
- strdup() the current user in DB routines
- Check results of IO routines more carefully.
- Check results of PQ routines more carefully.
Have not fixed index output yet.
Diffstat (limited to 'src/bin/pg_dump/pg_backup_null.c')
-rw-r--r-- | src/bin/pg_dump/pg_backup_null.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_backup_null.c b/src/bin/pg_dump/pg_backup_null.c index e6f81bb31f2..26c30bd8ec8 100644 --- a/src/bin/pg_dump/pg_backup_null.c +++ b/src/bin/pg_dump/pg_backup_null.c @@ -22,6 +22,11 @@ * * Initial version. * + * Modifications - 04-Jan-2001 - pjw@rhyme.com.au + * + * - Check results of IO routines more carefully. + * + * *------------------------------------------------------------------------- */ |