Re: Inheriting text[] field

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


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

Предыдущее
От: George Weaver
Дата:
Сообщение: Re: Returning A Varchar From A Function
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: SQL_ASCII and UNICODE server_encoding