| От | Josh Berkus |
|---|---|
| Тема | Re: Weird quirk with pg_dump of complex types |
| Дата | |
| Msg-id | 49A81EE3.8050904@agliodbs.com обсуждение исходный текст |
| Ответ на | Re: Weird quirk with pg_dump of complex types (Jeff Davis <pgsql@j-davis.com>) |
| Ответы |
Re: Weird quirk with pg_dump of complex types
|
| Список | pgsql-bugs |
Jeff Davis wrote: > On Fri, 2009-02-27 at 01:24 -0500, Tom Lane wrote: >> Are you entirely sure that they don't? > > Oh, you're right, of course: > > postgres=# create type public.mytype as (i int); > CREATE TYPE > postgres=# create type public.mytype2 as (j mytype); > CREATE TYPE > > -- pg_dump output: > CREATE TYPE mytype2 AS ( > j mytype > ); Really? Ok, I'll have to work up a reproduceable case, because I'm definitely getting the "public" qualification in the create type. --Josh
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера