FATAL ERROR
SELECT id, path, name, description, address,
point(lon,lat) AS coordinates
FROM lovin_dir
WHERE path ~ 'top.*{2}.redwood_city.venue.;_new_date_tentative_198168' ORDER BY name
ERROR: syntax error at position 28 near ";"
FATAL ERROR
SELECT id, name, path, description FROM lovin_dir WHERE path ~ ''
ERROR: syntax error
DETAIL: Unexpected end of line.
FATAL ERROR
SELECT id, date, description, category, start_time, title, date FROM lovin_events WHERE venue_id = ORDER BY date
ERROR: syntax error at or near "ORDER"
LINE 1: ..., title, date FROM lovin_events WHERE venue_id = ORDER BY d...
^