Page 1 of 1

retrieving metadata with restrictions

Posted: Sat 02 Jul 2005 08:36
by szinkopa
When retrieving metadata with GetSchame(), I may specify restrictions, which can contain % or _ characters as mask. What happens if the name contain one of this? Are the restrictions _always_ used in a LIKE statement, so then I should escape the mask characters that are part of the name. Is the escape character the "\" ?

retrieving metadata with restrictions

Posted: Mon 04 Jul 2005 11:50
by Yuri
We do not parse restrictions you specified. All restrictions are inserted directly into a LIKE expression.
For more information about using LIKE statement see PostgreSQL documentation.