Tom Lane wrote:
> Viktor Rosenfeld writes:
> > I can't find the documentation of the ~=~ operator anywhere on the
> > PostgreSQL homepage.
>
> Which version's documentation are you reading? It's gone as of 8.4.
I realize that, but I have to use 8.3 right now and can't find it in
that manual ei
Viktor Rosenfeld writes:
> I can't find the documentation of the ~=~ operator anywhere on the
> PostgreSQL homepage.
Which version's documentation are you reading? It's gone as of 8.4.
> FYI, I use ~=~ for equality checks, so I can use the same index for
> equality and regexp pattern matching o