]> granicus.if.org Git - postgresql/commit
- Check ntuples == 1 for various SELECT statements.
authorPhilip Warner <pjw@rhyme.com.au>
Fri, 12 Jan 2001 04:32:07 +0000 (04:32 +0000)
committerPhilip Warner <pjw@rhyme.com.au>
Fri, 12 Jan 2001 04:32:07 +0000 (04:32 +0000)
commit06ef1ef2ec8f51df700a230909c46a25f587f94d
tree1acfe459515dab82b58e7dc2d1bfef3599259e4b
parent565639cde0787f32e20e0b51591a7ad0a07c2aff
- 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.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_null.c
src/bin/pg_dump/pg_backup_tar.c
src/bin/pg_dump/pg_dump.c