Re: Inheriting text[] field

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kaloyan Iliev Iliev <news1(at)faith(dot)digsys(dot)bg>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Inheriting text[] field
Date: 2004-08-16 14:28:42
Message-ID: 13183.1092666522@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Kaloyan Iliev Iliev <news1(at)faith(dot)digsys(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2004-08-16 14:42:02 Re: SQL_ASCII and UNICODE server_encoding
Previous Message Achilleus Mantzios 2004-08-16 13:56:29 SQL_ASCII and UNICODE server_encoding