FATAL ERROR
SELECT id, path, name, description, address,
point(lon,lat) AS coordinates
FROM lovin_dir
WHERE path ~ 'top.*{2}.san_francisco.venue.the_fillmore.big_head_todd_&_the_monsters_._the_new_amsterdams_197418.american_college_of_traditional_chinese_medicine.absinthe_restaurant_and_bar' ORDER BY name
ERROR: syntax error at position 56 near "&"
FATAL ERROR
SELECT id, name, path, description FROM lovin_dir WHERE path ~ ''
ERROR: syntax error
DETAIL: Unexpected end of line.