I keep getting this error when I try to make a query via libpq++,
even though the query works correctly in psql. A simple query, like
"select * from table_name", will return the error message:
"fe_setauthsvc: invalid name: , ignoring..."
Has anyone encountered this?