Re: [pgAdmin 1.6 beta 1 rev5353] bug editing on datagrid

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Mauro Bertoli" <bertolima(at)yahoo(dot)it>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: [pgAdmin 1.6 beta 1 rev5353] bug editing on datagrid
Date: 2006-09-16 07:54:36
Message-ID: 006401c6d964$f9d372c7$6a01a8c0@valehousing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Thanks - this was fixed in SVN yesterday.

Regards, Dave

-----Original Message-----
From: "Mauro Bertoli" <bertolima(at)yahoo(dot)it>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Sent: 15/09/06 23:32
Subject: [pgadmin-support] [pgAdmin 1.6 beta 1 rev5353] bug editing on datagrid

Hi,

There's a bug if I edit a table in the datagrid.

Table DDL (using pgAdmin supercool feature):
-- Table: testreplace

-- DROP TABLE testreplace;

CREATE TABLE testreplace
(
address text NOT NULL,
userid character varying(2048),
CONSTRAINT testreplace_pkey PRIMARY KEY (address)
)
WITHOUT OIDS;
ALTER TABLE testreplace OWNER TO postgres;

Before address [text] was empty ("") and userid
[varying] was ",,"

Now address [text] is "dddd" and raise the error:
An error as occured:
ERROR: syntax error at or near "varying" at character
93

__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-09-17 19:19:43 Re: [pgAdmin 1.6] enhancements
Previous Message Mauro Bertoli 2006-09-15 22:28:31 [pgAdmin 1.6] enhancements