pgaccess 0.86

From: "Jose' Soares Da Silva" <sferac(at)bo(dot)nettuno(dot)it>
To: interfaces postgres <pgsql-interfaces(at)PostgreSQL(dot)org>
Subject: pgaccess 0.86
Date: 1998-05-25 12:56:14
Message-ID: Pine.LNX.3.96.980525124609.994A-100000@proxy.bazzanese.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Hartwig 1998-05-25 12:58:57 Re: [INTERFACES] Postgres 6.3, Linux, and ODBC
Previous Message Constantin Teodorescu 1998-05-25 12:17:53 Re: [INTERFACES] pgaccess 0.86 - wrong field sizes