1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00

- Added CVS headers to files

- Avoid forcing table name to lower case in FixupBlobXrefs
 - Removed fmtId calls for all ArchiveEntry name fields. This fixes
   quoting problems in trigger enable/disable code for mixed case
   table names, and avoids commands like 'pg_restore -t '"TblA"'
This commit is contained in:
Philip Warner
2001-03-19 02:35:29 +00:00
parent 31b5c05819
commit cfeccdf80a
12 changed files with 55 additions and 34 deletions

View File

@@ -17,6 +17,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_null.c,v 1.4 2001/03/19 02:35:28 pjw Exp $
*
* Modifications - 09-Jul-2000 - pjw@rhyme.com.au
*