Re: pg_restore depending on user functions
От
Tom Lane
Тема
Re: pg_restore depending on user functions
Дата
Msg-id
2254203.1637093046@sss.pgh.pa.us
Ответ на
Re: pg_restore depending on user functions (Дмитрий Иванов)
Список
Дерево обсуждения
Re: pg_restore depending on user functions Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
Re: pg_restore depending on user functions Дмитрий Иванов <firstdismay@gmail.com>
=?UTF-8?B?0JTQvNC40YLRgNC40Lkg0JjQstCw0L3QvtCy?= writes: > --Line 4048: > CREATE TABLE bpd.class ( There are still a lot of problems in this example: * references to nonexistent columns val_text, val_bytea, val_json * int_class_ext refers to int_class_ready, int_class_path, bpd.object, which weren't supplied I figured maybe I didn't need int_class_ext, since it doesn't appear to be referenced elsewhere. But with the objects I have, pg_dump doesn't do anything wrong; the output can be loaded just fine. Please, send a self-contained SQL script that you have actually tested to be loadable, and which produces a database that causes pg_dump to do the wrong thing. regards, tom lane
В списке pgsql-bugs по дате отправления