BUG: pgAdmin III View table with empty strings - Mailing list pgadmin-support

From Matej Rizman
Subject BUG: pgAdmin III View table with empty strings
Date
Msg-id 000501c34b29$9b2484f0$5700a8c0@MATEJR
Whole thread Raw
List 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





pgadmin-support by date:

Previous
From: D Tim Cummings
Date:
Subject: Re: Migration Wizard - Access 97 Autonumber
Next
From: Terence Kearns
Date:
Subject: minor bug in pgAdmin3 when creating views