You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pgsql_virtual_alias_maps_regexp.cf 220B

12345
  1. hosts = POSTGRES_HOST
  2. user = POSTGRES_USER
  3. password = POSTGRES_PASSWORD
  4. dbname = POSTGRES_DB
  5. query = SELECT goto FROM alias WHERE '%s' ILIKE CONCAT('^',address,'$') AND SUBSTRING(address,1,1) != '@' AND is_regexp = true