Re: proper way to fix information_schema.key_column_usage view
В списке pgsql-hackers по дате отправления:
| От | Peter Eisentraut |
|---|---|
| Тема | Re: proper way to fix information_schema.key_column_usage view |
| Дата | |
| Msg-id | 200708121709.47818.peter_e@gmx.net обсуждение исходный текст |
| Ответ на | proper way to fix information_schema.key_column_usage view ("April Lorenzen" <outboundindex@gmail.com>) |
| Список | pgsql-hackers |
April Lorenzen wrote: > I had to feel my way carrying out this fix, and I don't know if I did > it right - I only know that it appears I no longer have the error. > Please confirm whether I was supposed to execute all of > share/information_schema.sql --- or just the portion that CREATEs or > REPLACEs key_column_usage view. If you don't have any dependencies on the information schema (that is, you have yourself created objects that refer to the information schema, which should be rare), it is safe to just drop the schema, that is, DROP SCHEMA information_schema CASCADE; and reload it psql -f .../information_schema.sql $PGDATABASE -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера