Обсуждение: Small bugs in PostgreSQL 6.4 beta5

Поиск
Список
Период
Сортировка

Small bugs in PostgreSQL 6.4 beta5

От
Constantin Teodorescu
Дата:
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