Thanks - this was fixed in SVN yesterday.

Regards, Dave


-----Original Message-----
From: "Mauro Bertoli" <[EMAIL PROTECTED]>
To: "pgadmin-support@postgresql.org" <pgadmin-support@postgresql.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

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

               http://archives.postgresql.org

Reply via email to