]> granicus.if.org Git - postgresql/commit
New routine _getObjectDescription() failed to cope with some aspects of
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 00:04:20 +0000 (00:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 00:04:20 +0000 (00:04 +0000)
commita9ad4b13bc81e327662c973efb6acccd2a3414b1
treee2eb5679cb64c5622bf871082ee9c84103e096c3
parent5be6219bdd857313e667d83bd45cc22b0f85be93
New routine _getObjectDescription() failed to cope with some aspects of
pre-7.3 pg_dump archive files: namespace isn't there, and in some cases
te->tag may already be quotified.  Per report from Alan Pevec and
followup testing.
src/bin/pg_dump/pg_backup_archiver.c