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
[EMAIL PROTECTED]



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to