I have a table named user in PostgreSQL which cannot be accessed until I specify the fully qualified name public.user. SHOW search_path
user
public.user
SHOW search_path
USER is a reserved word in both Postgres and standard SQL. Do not use as a table name.
USER