psql (16.1, server 16.4)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type "help" for help.
platform-indexer-f35t=> create table test( i int);
ERROR: cannot execute CREATE TABLE in a read-only transaction
platform-indexer-f35t=>
psql (16.1, server 16.4)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type "help" for help.
platform-indexer-f35t=> create table test( i int);
ERROR: cannot execute CREATE TABLE in a read-only transaction
platform-indexer-f35t=>