Re: [HACKERS] Schemas: status report, call for developers
В списке pgsql-interfaces по дате отправления:
| От | Bill Cunningham |
|---|---|
| Тема | Re: [HACKERS] Schemas: status report, call for developers |
| Дата | |
| Msg-id | 3CCED849.5040400@ballydev.com обсуждение исходный текст |
| Ответ на | Schemas: status report, call for developers (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-interfaces |
<snip>
>
>Here's an example of what's broken:
>
>test=# create schema foo;
>CREATE
>test=# create table foo.mytab (f1 int, f2 text);
>CREATE
>test=# create schema bar;
>CREATE
>test=# create table bar.mytab (f1 text, f3 int);
>CREATE
>test=# \d mytab
> Table "mytab"
> Column | Type | Modifiers
>--------+---------+-----------
> f1 | text |
> f1 | integer |
> f2 | text |
> f3 | integer |
>
I would think this should produce the following:
Table "bar.mytab"Column | Type | Modifiers
--------+---------+-----------f1 | text |f1 | integer |
Table "foo.mytab"Column | Type | Modifiers
--------+---------+-----------f2 | text |f3 | integer |
What do you think?
- Bill Cunningham
В списке pgsql-interfaces по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера