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

Reply via email to