Small bugs in PostgreSQL 6.4 beta5

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Small bugs in PostgreSQL 6.4 beta5
Дата
Msg-id 363DFDBB.F74C3082@flex.ro
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Vera Sabina Gelerenter
Дата:
Сообщение: ODBC Problems
Следующее
От: Constantin Teodorescu
Дата:
Сообщение: Latest PgAccess 0.91 for PostgreSQL 6.4 has been released