以下の内容はhttps://yohei-a.hatenablog.jp/entry/20220723/1658561141より取得しました。


Redshift でオブジェクト権限を持つグループ・ユーザーを確認する

select a.relname, b.nspname, a.relacl 
    from pg_class a, pg_namespace b 
where a.relnamespace = b.oid 
    and a.relacl is not null 
    and b.nspname not like 'pg_%';



以上の内容はhttps://yohei-a.hatenablog.jp/entry/20220723/1658561141より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14