Port Bug Report: No primary key possible with type reltime & timestamp

Поиск
Список
Период
Сортировка
От Unprivileged user
Тема Port Bug Report: No primary key possible with type reltime & timestamp
Дата
Msg-id 199907070820.EAA51401@hub.org
обсуждение исходный текст
Ответы Re: [PORTS] Port Bug Report: No primary key possible with type reltime & timestamp  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Yves MARTIN
Your email address      : Yves.Martin@ensimag.imag.fr

Category                : runtime: back-end: SQL
Severity                : non-critical

Summary: No primary key possible with type reltime & timestamp

System Configuration
--------------------
  Operating System   : Solaris 2.6

  PostgreSQL version : 6.5

  Compiler used      : egcs-2.91.66

Hardware:
---------
SunOS 5.6 Generic_105181-12 sun4u sparc SUNW,Ultra-Enterprise

Versions of other tools:
------------------------


--------------------------------------------------------------------------

Problem Description:
--------------------
Error message when trying to create a table
with a primary key on type reltime or timestamp

--------------------------------------------------------------------------

Test Case:
----------
create table periodes ( b reltime primary key ) ;
ERROR:  Can't find a default operator class for type 703.

create table periodes ( b timestamp primary key ) ;
ERROR:  Can't find a default operator class for type 1296.


--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------


В списке pgsql-ports по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] built 6.4.2 on SCO OpenServer 5.0.5
Следующее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: PostgreSQL misnames the UNIX-domain socket