You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi!
I create hash partitions by column of character varying(40) ,then i query through the partition key,an error occurs like this:
ERROR: missing comparison function for types text & character varying
my statement is select * from tb_idm_mapping where auid = 'Zpm6sMkqF8ScmD9C6Kgn',
and auid is the partition key.
my pg version is postgresql-9.6.0.