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
----> ERROR: column "character_set_database" does not exist
LINE 1: SELECT @@character_set_database
---> ERROR: column "collation_database" does not exist
LINE 1: SELECT @@collation_database
SELECT datname AS "Database", pg_encoding_to_char(encoding) AS "Charset" FROM pg_database WHERE datname = current_database();
SELECT datname AS "Database", datcollate AS "Collation" FROM pg_databaseWHERE datname = current_database();
WP Version: 6.6.2
PG4WP Version: 3.3.1=
Error:
RAW SQL
Expected Rewritten SQL
Actual Rewritten SQL
The text was updated successfully, but these errors were encountered: