【问题标题】:How to find the list of databases within an AWS Redshift cluster如何在 AWS Redshift 集群中查找数据库列表
【发布时间】:2017-08-12 17:30:04
【问题描述】:

我想列出 Redshift 集群中的所有现有数据库。我怎样才能做到这一点。

我可以触发什么 SQL 查询,以便它向我发送 AWS 集群中所有数据库的列表

【问题讨论】:

    标签: amazon-web-services amazon-redshift


    【解决方案1】:

    请试试这个。

        SELECT * FROM pg_database;
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-03-13
      • 1970-01-01
      • 2014-10-20
      • 1970-01-01
      • 2014-06-30
      • 1970-01-01
      • 1970-01-01
      • 2018-07-10
      相关资源
      最近更新 更多