zoukankan      html  css  js  c++  java
  • GreenPlum 提取数据表信息

    参考:

    https://www.alberton.info/postgresql_meta_info.html

    https://my.oschina.net/Kenyon/blog/226600

    列信息:
    greenplum: https://www.alberton.info/postgresql_meta_info.html
    
    系统表:
    greenplum: https://blog.csdn.net/tao_wei162/article/details/84826695
    
    版本号:SELECT VERSION();
    
    视图:
    greenplum:      https://dba.stackexchange.com/questions/23836/how-to-list-all-views-in-sql-in-postgresql
    
    连接:
    greenplum: https://blog.csdn.net/enterings/article/details/78348322
    greenplum jar: https://mvnrepository.com/artifact/com.pivotal/greenplum-jdbc/5.1.4
    
    存储过程:
     https://www.chrisnewland.com/postgres-list-user-defined-stored-procedures-77
    https://gpdb.docs.pivotal.io/580/ref_guide/sql_commands/sql_ref.html
    https://www.digitalocean.com/community/tutorials/how-to-create-data-queries-in-postgresql-by-using-the-select-command
  • 相关阅读:
    好元素(good)
    三条线 (Standard IO)
    计数排序-自然顺序Comparable
    贪心算法之田忌赛马
    bzoj3400
    bzoj1704
    CF Round #456 (Div. 2)
    LA3029
    bzoj3000
    bzoj3623
  • 原文地址:https://www.cnblogs.com/lvlin241/p/10415149.html
Copyright © 2011-2022 走看看