Can anybody give us more detailed explanation about "RETURN QUERY"
syntax and usage with possible some non trivial samples.
Thanks in advance.
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
subsc
works as well.
Why is a new column affecting unique index creation on an already
existing one? Is there any workaround for this issue?
Thank you,
Dima Kagan
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://archives.postgresql.org/
Keith C. Perry wrote:
Ahhh, so it is!! So let me ask you this. In order to build an index that would
be able to handle something like "lastname like '%erry'", would you need that
full text search patch in contrib (tsearch?) or could you do it with an index on
a function?
I suppose, if this is
to do what I want?
Thanks!
Dima
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly
the object type in yoru notes table, so that your trigger knows which
table to check against)...
The worst thing you can do in such situation is - just forget the
constraints, and hope that your app will be able to enforce them on its
own. It won't.
Dima
-