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
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
The current PostgreSQL terraform provider depends on features only available with PostgreSQL versions 9.5+ such as row-level security.
This should be specified in the provider's documentation as it is not compatible with 9.4.x and earlier versions of PostgreSQL.
https://www.postgresql.org/docs/9.5/static/ddl-rowsecurity.html
https://wiki.postgresql.org/wiki/Row-security
https://www.postgresql.org/docs/9.5/static/release-9-5.html#AEN128103
Specifically, the code refers to the
rolbypassrls
column which does not exist on 9.4.x and earlier versions of PostgreSQL:cf. https://github.com/terraform-providers/terraform-provider-postgresql/blob/v0.1.0/postgresql/resource_postgresql_role.go#L345
Trying to query this column fails on PostgreSQL 9.4.9:
The text was updated successfully, but these errors were encountered: