Updating views does not work

From: Michiel_Lange(at)actuera(dot)nl
To: pgadmin-support(at)postgresql(dot)org
Subject: Updating views does not work
Date: 2002-12-06 12:53:50
Message-ID: OFCAE29C4F.23BA5F07-ONC1256C87.00460E28@actuera.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-support

In pgAdminII 1.4.2 I get the following error when I update a view:
An error has occurred in pgAdmin II:frmView.cmdOK_Click:
Number: -2147467259
Description: ERROR: Relation 'contact_klant_view' already exists

(contact_klant_view is a view where I have combined two tables using an
INNER JOIN)

Am I doing something wrong or is pgAdmin doing it? I think pgAdmin tries to
CREATE the view, however it should be ALTER or something like that. Or
can't views be altered?

Browse pgadmin-support by date

  From Date Subject
Next Message Michiel_Lange 2002-12-06 12:56:41 Addition to the update view error
Previous Message Dave Page 2002-12-06 08:42:37 Re: Versioning removed?