BUG: pgAdmin III View table with empty strings

From: "Matej Rizman" <matej(dot)rizman(at)guest(dot)arnes(dot)si>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: BUG: pgAdmin III View table with empty strings
Date: 2003-07-15 23:34:15
Message-ID: 000501c34b29$9b2484f0$5700a8c0@MATEJR
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Version: 0.8.0 (Jul 14 2003), Win32 version

Steps:
1) create table with one varchar column
CREATE TABLE public.test
(
a varchar(50) NOT NULL
) WITHOUT OIDS;

2) fill it with some empty strings
INSERT INTO test(a) VALUES('')

3) run pgAdmin III, select table and choose view data from popup menu

4) pgAdmin III shows two apostrophes ('') instead of empty strings.

Regards,
Matej Rizman

Browse pgadmin-support by date

  From Date Subject
Next Message Terence Kearns 2003-07-16 02:32:40 pgAdmin3: adding comments to existing tables
Previous Message Raymond Chui 2003-07-15 19:15:58 Timestamp problem