Search Postgresql Archives

Re: does record_eq() ignore user-defined operators?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kurt <wazkelzu@xxxxxxx> writes:
> i'm trying to replicate tables containing XML-fields using Pg 8.4.4 and 
> 9.0B4 with Bucardo and got:
> DBD::Pg::st execute failed: ERROR:  could not identify an equality 
> operator for type xml

> So i provided a primitive equality operator for the XML type in schema 
> pg_catalog:

You would need to create a default btree or hash opclass for xml in
order to persuade record_eq that the type has an equality operator.
It does not care about operator names.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux