[pgAdmin 1.6 beta 1 rev5353] bug editing on datagrid

From: Mauro Bertoli <bertolima(at)yahoo(dot)it>
To: pgadmin-support(at)postgresql(dot)org
Subject: [pgAdmin 1.6 beta 1 rev5353] bug editing on datagrid
Date: 2006-09-15 22:24:45
Message-ID: 20060915222445.7468.qmail@web27902.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

Browse pgadmin-support by date

  From Date Subject
Next Message Mauro Bertoli 2006-09-15 22:28:31 [pgAdmin 1.6] enhancements
Previous Message Dave Page 2006-09-15 16:07:26 Re: Beta 1.6: Output Headers refresh in slow motion