You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No error is thrown if the user connecting to the database does not have the correct permissions to access the database. A quick look at the postgis provider and this is likely do to no error check being run on the rows. An example can be seen in this issue in the pgx driver which tegola uses for connecting to postgres.