Small bugs in PostgreSQL 6.4 beta5 - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Small bugs in PostgreSQL 6.4 beta5
Date
Msg-id 363DFDBB.F74C3082@flex.ro
Whole thread Raw
List pgsql-interfaces
1. in psql , \h create table does not reflect the proper syntax for
constraint and check (there is the old syntax there) and there is
nothing there about primary key !!!



2. Create a table :

create table test(id int4, how char, name text, primary
key("id","how"));

At \d test, the fields are displayed corectly.

when \d test_pkey , the "how" field is displayed as length -4.

---------------------
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: Vera Sabina Gelerenter
Date:
Subject: ODBC Problems
Next
From: Constantin Teodorescu
Date:
Subject: Latest PgAccess 0.91 for PostgreSQL 6.4 has been released