Small bugs in PostgreSQL 6.4 beta5

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Small bugs in PostgreSQL 6.4 beta5
Date: 1998-11-02 18:45:15
Message-ID: 363DFDBB.F74C3082@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-11-02 19:06:06 Re: [HACKERS] A small problem with the new inet and cidr types
Previous Message Bruce Momjian 1998-11-02 18:35:43 Re: [HACKERS] A small problem with the new inet and cidr types

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 1998-11-02 20:07:23 Latest PgAccess 0.91 for PostgreSQL 6.4 has been released
Previous Message Vera Sabina Gelerenter 1998-11-02 16:57:35 ODBC Problems