Re: Inheriting text[] field

Поиск
Список
Период
Сортировка
От Kaloyan Iliev Iliev
Тема Re: Inheriting text[] field
Дата
Msg-id 4122052F.707@faith.digsys.bg
обсуждение исходный текст
Ответ на Re: Inheriting text[] field  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
10x

I suppose you are right:)
Regard Kaloyan Iliev

Tom Lane wrote:

>Kaloyan Iliev Iliev <news1@faith.digsys.bg> writes:
>  
>
>>I am useing PostgreSQL 7.2.3.
>>    
>>
>
>  
>
>>test_libvar=# create table temp_a(
>>test_libvar(# name text[]
>>test_libvar(# );
>>CREATE
>>test_libvar=# create table temp( name text[] ) inherits (temp_a);
>>NOTICE:  CREATE TABLE: merging attribute "name" with inherited definition
>>ERROR:  CREATE TABLE: attribute "name" type conflict (_text and text)
>>    
>>
>
>Works fine for me in 7.3 and later.  Time to upgrade ...
>
>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 9: the planner will ignore your desire to choose an index scan if your
>      joining column's datatypes do not match
>
>
>  
>


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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: only last records in subgroups
Следующее
От: Elieser Leão
Дата:
Сообщение: Re: Verifying data type