FATAL ERROR
SELECT id, path, name, description, address,
point(lon,lat) AS coordinates
FROM lovin_dir
WHERE path ~ 'top.*{2}.austin.venue.the_parish_room_at_jazz.justin_nozuka_w._eric_hutchinson_&_marie_digby_217186.austin_childrens_museum' ORDER BY name
ERROR: syntax error at position 79 near "&"
FATAL ERROR
SELECT id, name, path, description FROM lovin_dir WHERE path ~ ''
ERROR: syntax error
DETAIL: Unexpected end of line.