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
Pausing the effort in favor of DBeaver. There are numerous dependencies on pg internal catalogs and functions for each click #2954. We'd better focus on one tool first.
Actions to test:
Issues:
client_min_messages
#11048set_config
#11146array(select ...)
#11202pg_is_in_recovery()
->false
pg_is_wal_replay_paused()
->false
has_schema_privilege
has_table_privilege
aclexplode
(setof record)lc_collate
->C
lc_ctype
->C
default_tablespace
-> empty stringpg_user.usename
pg_database.oid
expected to be> 16383
show system objects
andshow template databases
in pgAdmin, and create a new database in RisingWave other thandev
pg_shseclabel
pg_default_acl
pg_db_role_setting
CAST( AS oid)
Subquery can not be unnested
inWHERE EXISTS(... LIMIT 1)
#11292The text was updated successfully, but these errors were encountered: