Re: BUG #15000: Cache lookup failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15000: Cache lookup failure
Дата
Msg-id 32171.1515427496@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #15000: Cache lookup failure  (Thomas Kellerer <thomas@kellerer.eu>)
Ответы Re: BUG #15000: Cache lookup failure  (Thomas Kellerer <thomas@kellerer.eu>)
Список pgsql-bugs
Thomas Kellerer <thomas@kellerer.eu> writes:
> There was a left over pipe symbol in the script that we didn't see:

>   pg_dump --table=l10n --table=l10n_value --clean ${db_stag} |
>   psql --single-transaction --dbname=${db_prod} --file=${backup_stag}

> So pg_dump pipes a script with DROP statement into psql, which then
> runs essentially the same script again which was created in a previous step (also with --clean)

Hm, but if psql is restoring into a different database than pg_dump
is dumping from, I don't see how they'd interact?

            regards, tom lane


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: BUG #15000: Cache lookup failure
Следующее
От: "Todd A. Cook"
Дата:
Сообщение: Re: BUG #14932: SELECT DISTINCT val FROM table gets stuck in aninfinite loop