Add tests for bytea LIKE operator - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Add tests for bytea LIKE operator
Date
Msg-id 4d13563a-2c8d-fd91-20d5-e71b7a4eaa87@enterprisedb.com
Whole thread Raw
List pgsql-hackers
A few more easy tests for things not covered at all:

     bytea LIKE bytea (bytealike)
     bytea NOT LIKE bytea (byteanlike)
     ESCAPE clause for the above (like_escape_bytea)

also

     name NOT ILIKE text (nameicnlike)

See also 
<https://coverage.postgresql.org/src/backend/utils/adt/like.c.func-sort-c.html>.

Attachment

pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Re: libpq compression
Next
From: Ashutosh Bapat
Date:
Subject: Re: TRUNCATE on foreign table