Re: Can't modify a view when in phpPgAdmin - Mailing list pgsql-novice

From Tom Lane
Subject Re: Can't modify a view when in phpPgAdmin
Date
Msg-id 5364.1343254908@sss.pgh.pa.us
Whole thread Raw
In response to Can't modify a view when in phpPgAdmin  (Csanyi Pal <csanyipal@gmail.com>)
List pgsql-novice
Csanyi Pal <csanyipal@gmail.com> writes:
> When in phpPgAdmin I can't modify the existing view.
> I get the message:
> ERROR:  cannot change name of view column "az első nap" to "első nap"

> Why can't I modify the view when in phpPgAdmin?

I don't think this has anything to do with phpPgAdmin; it's a safety
check built into CREATE OR REPLACE VIEW.

Try using ALTER TABLE viewname RENAME COLUMN x TO y;

(Not sure why ALTER VIEW doesn't have this variant, but that's
just a cosmetic detail.  ALTER TABLE will work.)

            regards, tom lane

pgsql-novice by date:

Previous
From: Csanyi Pal
Date:
Subject: Can't modify a view when in phpPgAdmin
Next
From: Csanyi Pal
Date:
Subject: How to get dow in Hungarian?