当前位置:网站首页>PG library to view the distribution keys of a table in a certain mode
PG library to view the distribution keys of a table in a certain mode
2022-04-23 13:41:00 【Wangcai 2】
SELECT
aaa.nspname AS " Schema name ",
aaa.relname AS " Table name ",
ccc.attname AS " Distribution keys "
FROM (
SELECT
aa.oid,
aa.relname,
bb.pcattnum,
dd.nspname
FROM pg_class aa
LEFT JOIN pgxc_class bb ON aa.oid = bb.pcrelid
LEFT JOIN pg_namespace dd ON aa.relnamespace = dd.oid
) aaa
LEFT JOIN pg_attribute ccc ON ccc.attrelid = aaa.oid AND ccc.attnum = aaa.pcattnum
WHERE ccc.attnum > 0
AND aaa.nspname = ' Schema name '
and aaa.relname = ' Table name '
ORDER BY aaa.relname
版权声明
本文为[Wangcai 2]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230604300200.html
边栏推荐
- 解决tp6下载报错Could not find package topthink/think with stability stable.
- [multi screen interaction] realize dual multi screen display II: startactivity mode
- Riscv MMU overview
- 联想拯救者Y9000X 2020
- TIA博途中基於高速計數器觸發中斷OB40實現定點加工動作的具體方法示例
- The interviewer dug a hole for me: how many concurrent TCP connections can a single server have?
- Summary of request and response and their ServletContext
- Solution: you have 18 unapplied migration (s) Your project may not work properly until you apply
- [quick platoon] 215 The kth largest element in the array
- Cross carbon market and Web3 to achieve renewable transformation
猜你喜欢
Servlet of three web components
Detailed explanation of constraints of Oracle table
Usereducer basic usage
How to build a line of code with M4 qprotex
[point cloud series] unsupervised multi task feature learning on point clouds
How do ordinary college students get offers from big factories? Ao Bing teaches you one move to win!
Exemple de méthode de réalisation de l'action d'usinage à point fixe basée sur l'interruption de déclenchement du compteur à grande vitesse ob40 pendant le voyage de tia Expo
Vscode tips
联想拯救者Y9000X 2020
Loading and using image classification dataset fashion MNIST in pytorch
随机推荐
解决tp6下载报错Could not find package topthink/think with stability stable.
SAP ui5 application development tutorial 72 - trial version of animation effect setting of SAP ui5 page routing
What does the SQL name mean
Lenovo Savior y9000x 2020
Android clear app cache
Isparta is a tool that generates webp, GIF and apng from PNG and supports the transformation of webp, GIF and apng
[point cloud series] learning representations and generative models for 3D point clouds
Stack protector under armcc / GCC
Oracle creates tablespaces and modifies user default tablespaces
SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置试读版
[point cloud series] Introduction to scene recognition
Longitude and latitude position of provincial capitals in China
Oracle clear SQL cache
Solve the problem that Oracle needs to set IP every time in the virtual machine
How to build a line of code with M4 qprotex
Launcher hides app icons that do not need to be displayed
Detailed explanation of constraints of Oracle table
Processbuilder tool class
[point cloud series] relationship based point cloud completion
Oracle renames objects