Re: Limit for number of Joins in a View? Version 8.1.4 on Redhat 9

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: MargaretGillon(at)chromalloy(dot)com
Cc: Jim Nasby <decibel(at)decibel(dot)org>, Richard Huxton <dev(at)archonet(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Limit for number of Joins in a View? Version 8.1.4 on Redhat 9
Date: 2007-02-08 22:51:52
Message-ID: 20070208225152.GR24069@alvh.no-ip.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

MargaretGillon(at)chromalloy(dot)com wrote:

> Using PGADMINIII I added a column of this type to my database but when I
> try to update it I get an error.
>
> column:
> ALTER TABLE datatype ADD COLUMN charflag "char"[];

You added an array of "char", which is not the same.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message MargaretGillon 2007-02-08 22:59:01 Re: Limit for number of Joins in a View? Version 8.1.4 on Redhat 9
Previous Message MargaretGillon 2007-02-08 22:39:47 Re: Limit for number of Joins in a View? Version 8.1.4 on Redhat 9