Allow LIKE/ILIKE to appear in more places in a query.
Bruce Momjian <bruce@momjian.us>
Allow LIKE/ILIKE to appear in more places in a query. Fabien COELHO
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +24 −7 |
| src/test/regress/expected/arrays.out | modified | +49 −0 |
| src/test/regress/sql/arrays.sql | modified | +10 −0 |