pgaccess 0.86 - Mailing list pgsql-interfaces

From Jose' Soares Da Silva
Subject pgaccess 0.86
Date
Msg-id Pine.LNX.3.96.980525124609.994A-100000@proxy.bazzanese.com
Whole thread Raw
Responses Re: [INTERFACES] pgaccess 0.86
List pgsql-interfaces
Hi,
I'm playing with pgaccess 0.86, it's a very interesting tool, congratulations
to Teo for the excellent job.
I would report a bug on table information:

pgaccess displays the wrong size for types varchar (see your phonebook
example):

table name    phonebook
owner        marco
field information:
---------------------------------------
field name    field type    size
---------------------------------------
name        varchar        -5           <-- (32)
phone_nr    varchar        -5           <-- (16)
city        varcahr        -5           <-- (32)
company        bool        1
continent    char16        16
---------------------------------------
                                                      Jose'


pgsql-interfaces by date:

Previous
From: Herouth Maoz
Date:
Subject: pgAccess - how does one set user?
Next
From: Constantin Teodorescu
Date:
Subject: Re: [INTERFACES] pgaccess 0.86 - wrong field sizes