question - Mailing list pgsql-general

From Alexander S
Subject question
Date
Msg-id 3FCCA9F7.7010808@in.crimea.ua
Whole thread Raw
List pgsql-general
Hi
There is question. Does postgres 7.4  support now such expressions with
array and regex?
select * from my_table where '%Petrov%' ~ any ("surname");
or  select * from my_table where '%Petrov%' = any ("surname");
--where column surname is varchar[] .


pgsql-general by date:

Previous
From: "Passynkov, Vadim"
Date:
Subject: Async Query Processing on Solaris
Next
From: Dr NoName
Date:
Subject: postgresql locks the whole table!