Bug or feature in 7.3?

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Bug or feature in 7.3?
Date: 2002-03-29 10:27:54
Message-ID: 3CA441AA.9000904@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello.

Some example:
compile and install contrib/tsearch module
and now:
wow=# create table foo (bar txtidx);
CREATE
wow=# \d foo
Table "foo"
Column | Type | Modifiers
--------+--------+-----------
bar | txtidx | not null

Why field 'bar' has modifier 'not null'?

--
Teodor Sigaev
teodor(at)stack(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bradley McLean 2002-03-29 13:38:12 hackers mail broken?
Previous Message Mark kirkwood 2002-03-29 07:24:30 Re : Solaris Performance - Profiling