command_privileges.yml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. columns:
  2. - column: Command
  3. - column: Privileges
  4. rows:
  5. - Command: "[`ALTER CLUSTER`](/sql/alter-cluster)"
  6. Privileges: |
  7. {{< include-md
  8. file="shared-content/sql-command-privileges/alter-cluster.md"
  9. >}}
  10. - Command: "[`ALTER CONNECTION`](/sql/alter-connection)"
  11. Privileges: |
  12. {{< include-md
  13. file="shared-content/sql-command-privileges/alter-connection.md"
  14. >}}
  15. - Command: "[`ALTER DEFAULT PRIVILEGES`](/sql/alter-default-privileges)"
  16. Privileges: |
  17. {{< include-md
  18. file="shared-content/sql-command-privileges/alter-default-privileges.md"
  19. >}}
  20. - Command: "[`ALTER INDEX`](/sql/alter-index)"
  21. Privileges: |
  22. {{< include-md
  23. file="shared-content/sql-command-privileges/alter-index.md"
  24. >}}
  25. - Command: "[`ALTER MATERIALIZED VIEW`](/sql/alter-materialized-view)"
  26. Privileges: |
  27. {{< include-md
  28. file="shared-content/sql-command-privileges/alter-materialized-view.md"
  29. >}}
  30. - Command: "[`ALTER NETWORK POLICY`](/sql/alter-network-policy)"
  31. Privileges: |
  32. {{< include-md
  33. file="shared-content/sql-command-privileges/alter-network-policy.md"
  34. >}}
  35. - Command: "[`ALTER ROLE`](/sql/alter-role)"
  36. Privileges: |
  37. {{< include-md
  38. file="shared-content/sql-command-privileges/alter-role.md"
  39. >}}
  40. - Command: "[`ALTER ... OWNER`](/sql/alter-owner)"
  41. Privileges: |
  42. {{< include-md
  43. file="shared-content/sql-command-privileges/alter-owner.md"
  44. >}}
  45. - Command: "[`ALTER ... RENAME`](/sql/alter-rename)"
  46. Privileges: |
  47. {{< include-md
  48. file="shared-content/sql-command-privileges/alter-rename.md"
  49. >}}
  50. - Command: "[`ALTER ... SWAP`](/sql/alter-swap)"
  51. Privileges: |
  52. {{< include-md
  53. file="shared-content/sql-command-privileges/alter-swap.md"
  54. >}}
  55. - Command: "[`ALTER SECRET`](/sql/alter-secret)"
  56. Privileges: |
  57. {{< include-md
  58. file="shared-content/sql-command-privileges/alter-secret.md"
  59. >}}
  60. - Command: "[`ALTER SINK`](/sql/alter-sink)"
  61. Privileges: |
  62. {{< include-md
  63. file="shared-content/sql-command-privileges/alter-sink.md"
  64. >}}
  65. - Command: "[`ALTER SOURCE`](/sql/alter-source)"
  66. Privileges: |
  67. {{< include-md
  68. file="shared-content/sql-command-privileges/alter-source.md"
  69. >}}
  70. - Command: "[`ALTER SYSTEM RESET`](/sql/alter-system-reset)"
  71. Privileges: |
  72. {{< include-md
  73. file="shared-content/sql-command-privileges/alter-system-reset.md"
  74. >}}
  75. - Command: "[`ALTER SYSTEM SET`](/sql/alter-system-set)"
  76. Privileges: |
  77. {{< include-md
  78. file="shared-content/sql-command-privileges/alter-system-set.md"
  79. >}}
  80. - Command: "[`COMMENT ON`](/sql/comment-on)"
  81. Privileges: |
  82. {{< include-md
  83. file="shared-content/sql-command-privileges/comment-on.md"
  84. >}}
  85. - Command: "[`COPY FROM`](/sql/copy-from)"
  86. Privileges: |
  87. {{< include-md file="shared-content/sql-command-privileges/copy-from.md"
  88. >}}
  89. - Command: "[`COPY TO`](/sql/copy-to)"
  90. Privileges: |
  91. {{< include-md file="shared-content/sql-command-privileges/copy-to.md" >}}
  92. - Command: "[`CREATE CLUSTER`](/sql/create-cluster)"
  93. Privileges: |
  94. {{< include-md
  95. file="shared-content/sql-command-privileges/create-cluster.md" >}}
  96. - Command: "[`CREATE CLUSTER REPLICA`](/sql/create-cluster-replica)"
  97. Privileges: |
  98. {{< include-md
  99. file="shared-content/sql-command-privileges/create-cluster-replica.md" >}}
  100. - Command: "[`CREATE CONNECTION`](/sql/create-connection)"
  101. Privileges: |
  102. {{< include-md
  103. file="shared-content/sql-command-privileges/create-connection.md" >}}
  104. - Command: "[`CREATE DATABASE`](/sql/create-database)"
  105. Privileges: |
  106. {{< include-md
  107. file="shared-content/sql-command-privileges/create-database.md" >}}
  108. - Command: "[`CREATE INDEX`](/sql/create-index)"
  109. Privileges: |
  110. {{< include-md
  111. file="shared-content/sql-command-privileges/create-index.md" >}}
  112. - Command: "[`CREATE MATERIALIZED VIEW`](/sql/create-materialized-view)"
  113. Privileges: |
  114. {{< include-md
  115. file="shared-content/sql-command-privileges/create-materialized-view.md"
  116. >}}
  117. - Command: "[`CREATE NETWORK POLICY`](/sql/create-network-policy/)"
  118. Privileges: |
  119. {{< include-md
  120. file="shared-content/sql-command-privileges/create-network-policy.md" >}}
  121. - Command: "[`CREATE ROLE`](/sql/create-role)"
  122. Privileges: |
  123. {{< include-md
  124. file="shared-content/sql-command-privileges/create-role.md" >}}
  125. - Command: "[`CREATE SCHEMA`](/sql/create-schema)"
  126. Privileges: |
  127. {{< include-md
  128. file="shared-content/sql-command-privileges/create-schema.md" >}}
  129. - Command: "[`CREATE SECRET`](/sql/create-secret)"
  130. Privileges: |
  131. {{< include-md
  132. file="shared-content/sql-command-privileges/create-secret.md" >}}
  133. - Command: "[`CREATE SINK`](/sql/create-sink)"
  134. Privileges: |
  135. {{< include-md file="shared-content/sql-command-privileges/create-sink.md"
  136. >}}
  137. - Command: "[`CREATE SOURCE`](/sql/create-source)"
  138. Privileges: |
  139. {{< include-md
  140. file="shared-content/sql-command-privileges/create-source.md" >}}
  141. - Command: "[`CREATE TABLE`](/sql/create-table)"
  142. Privileges: |
  143. {{< include-md
  144. file="shared-content/sql-command-privileges/create-table.md" >}}
  145. - Command: "[`CREATE TYPE`](/sql/create-type)"
  146. Privileges: |
  147. {{< include-md file="shared-content/sql-command-privileges/create-type.md"
  148. >}}
  149. - Command: "[`CREATE VIEW`](/sql/create-view)"
  150. Privileges: |
  151. {{< include-md file="shared-content/sql-command-privileges/create-view.md"
  152. >}}
  153. - Command: "[`DELETE`](/sql/delete)"
  154. Privileges: |
  155. {{< include-md file="shared-content/sql-command-privileges/delete.md" >}}
  156. - Command: "[`DROP CLUSTER REPLICA`](/sql/drop-cluster-replica)"
  157. Privileges: |
  158. {{< include-md file="shared-content/sql-command-privileges/drop-cluster-replica.md" >}}
  159. - Command: "[`DROP CLUSTER`](/sql/drop-cluster)"
  160. Privileges: |
  161. {{< include-md file="shared-content/sql-command-privileges/drop-cluster.md" >}}
  162. - Command: "[`DROP CONNECTION`](/sql/drop-connection)"
  163. Privileges: |
  164. {{< include-md file="shared-content/sql-command-privileges/drop-connection.md" >}}
  165. - Command: "[`DROP DATABASE`](/sql/drop-database)"
  166. Privileges: |
  167. {{< include-md file="shared-content/sql-command-privileges/drop-database.md" >}}
  168. - Command: "[`DROP INDEX`](/sql/drop-index)"
  169. Privileges: |
  170. {{< include-md file="shared-content/sql-command-privileges/drop-index.md" >}}
  171. - Command: "[`DROP MATERIALIZED VIEW`](/sql/drop-materialized-view)"
  172. Privileges: |
  173. {{< include-md file="shared-content/sql-command-privileges/drop-materialized-view.md" >}}
  174. - Command: "[`DROP NETWORK POLICY`](/sql/drop-network-policy)"
  175. Privileges: |
  176. {{< include-md file="shared-content/sql-command-privileges/drop-network-policy.md" >}}
  177. - Command: "[`DROP OWNED`](/sql/drop-owned)"
  178. Privileges: |
  179. {{< include-md file="shared-content/sql-command-privileges/drop-owned.md" >}}
  180. - Command: "[`DROP ROLE`](/sql/drop-role)"
  181. Privileges: |
  182. {{< include-md file="shared-content/sql-command-privileges/drop-role.md" >}}
  183. - Command: "[`DROP SCHEMA`](/sql/drop-schema)"
  184. Privileges: |
  185. {{< include-md file="shared-content/sql-command-privileges/drop-schema.md" >}}
  186. - Command: "[`DROP SECRET`](/sql/drop-secret)"
  187. Privileges: |
  188. {{< include-md file="shared-content/sql-command-privileges/drop-secret.md" >}}
  189. - Command: "[`DROP SINK`](/sql/drop-sink)"
  190. Privileges: |
  191. {{< include-md file="shared-content/sql-command-privileges/drop-sink.md" >}}
  192. - Command: "[`DROP SOURCE`](/sql/drop-source)"
  193. Privileges: |
  194. {{< include-md file="shared-content/sql-command-privileges/drop-source.md" >}}
  195. - Command: "[`DROP TABLE`](/sql/drop-table)"
  196. Privileges: |
  197. {{< include-md file="shared-content/sql-command-privileges/drop-table.md" >}}
  198. - Command: "[`DROP TYPE`](/sql/drop-type)"
  199. Privileges: |
  200. {{< include-md file="shared-content/sql-command-privileges/drop-type.md" >}}
  201. - Command: "[`DROP USER`](/sql/drop-user)"
  202. Privileges: |
  203. {{< include-md file="shared-content/sql-command-privileges/drop-user.md" >}}
  204. - Command: "[`DROP VIEW`](/sql/drop-view)"
  205. Privileges: |
  206. {{< include-md file="shared-content/sql-command-privileges/drop-view.md" >}}
  207. - Command: "[`EXPLAIN ANALYZE`](/sql/explain-analyze)"
  208. Privileges: |
  209. {{< include-md file="shared-content/sql-command-privileges/explain-analyze.md" >}}
  210. - Command: "[`EXPLAIN FILTER PUSHDOWN`](/sql/explain-filter-pushdown)"
  211. Privileges: |
  212. {{< include-md file="shared-content/sql-command-privileges/explain-filter-pushdown.md" >}}
  213. - Command: "[`EXPLAIN PLAN`](/sql/explain-plan)"
  214. Privileges: |
  215. {{< include-md file="shared-content/sql-command-privileges/explain-plan.md" >}}
  216. - Command: "[`EXPLAIN SCHEMA`](/sql/explain-schema)"
  217. Privileges: |
  218. {{< include-md file="shared-content/sql-command-privileges/explain-schema.md" >}}
  219. - Command: "[`EXPLAIN TIMESTAMP`](/sql/explain-timestamp)"
  220. Privileges: |
  221. {{< include-md file="shared-content/sql-command-privileges/explain-timestamp.md" >}}
  222. - Command: "[`GRANT PRIVILEGE`](/sql/grant-privilege)"
  223. Privileges: |
  224. {{< include-md file="shared-content/sql-command-privileges/grant-privilege.md" >}}
  225. - Command: "[`GRANT ROLE`](/sql/grant-role)"
  226. Privileges: |
  227. {{< include-md file="shared-content/sql-command-privileges/grant-role.md" >}}
  228. - Command: "[`INSERT`](/sql/insert)"
  229. Privileges: |
  230. {{< include-md file="shared-content/sql-command-privileges/insert.md" >}}
  231. - Command: "[`REASSIGN OWNED`](/sql/reassign-owned)"
  232. Privileges: |
  233. {{< include-md file="shared-content/sql-command-privileges/reassign-owned.md" >}}
  234. - Command: "[`REVOKE PRIVILEGE`](/sql/revoke-privilege)"
  235. Privileges: |
  236. {{< include-md file="shared-content/sql-command-privileges/revoke-privilege.md" >}}
  237. - Command: "[`REVOKE ROLE`](/sql/revoke-role)"
  238. Privileges: |
  239. {{< include-md file="shared-content/sql-command-privileges/revoke-role.md" >}}
  240. - Command: "[`SELECT`](/sql/select)"
  241. Privileges: |
  242. {{< include-md file="shared-content/sql-command-privileges/select.md" >}}
  243. - Command: "[`SHOW COLUMNS`](/sql/show-columns)"
  244. Privileges: |
  245. {{< include-md file="shared-content/sql-command-privileges/show-columns.md" >}}
  246. - Command: "[`SHOW CREATE CLUSTER`](/sql/show-create-cluster)"
  247. Privileges: |
  248. {{< include-md file="shared-content/sql-command-privileges/show-create-cluster.md" >}}
  249. - Command: "[`SHOW CREATE CONNECTION`](/sql/show-create-connection)"
  250. Privileges: |
  251. {{< include-md file="shared-content/sql-command-privileges/show-create-connection.md" >}}
  252. - Command: "[`SHOW CREATE INDEX`](/sql/show-create-index)"
  253. Privileges: |
  254. {{< include-md file="shared-content/sql-command-privileges/show-create-index.md" >}}
  255. - Command: "[`SHOW CREATE MATERIALIZED VIEW`](/sql/show-create-materialized-view)"
  256. Privileges: |
  257. {{< include-md file="shared-content/sql-command-privileges/show-create-materialized-view.md" >}}
  258. - Command: "[`SHOW CREATE SINK`](/sql/show-create-sink)"
  259. Privileges: |
  260. {{< include-md file="shared-content/sql-command-privileges/show-create-sink.md" >}}
  261. - Command: "[`SHOW CREATE SOURCE`](/sql/show-create-source)"
  262. Privileges: |
  263. {{< include-md file="shared-content/sql-command-privileges/show-create-source.md" >}}
  264. - Command: "[`SHOW CREATE TABLE`](/sql/show-create-table)"
  265. Privileges: |
  266. {{< include-md file="shared-content/sql-command-privileges/show-create-table.md" >}}
  267. - Command: "[`SHOW CREATE VIEW`](/sql/show-create-view)"
  268. Privileges: |
  269. {{< include-md file="shared-content/sql-command-privileges/show-create-view.md" >}}
  270. - Command: "[`SUBSCRIBE`](/sql/subscribe)"
  271. Privileges: |
  272. {{< include-md file="shared-content/sql-command-privileges/subscribe.md" >}}
  273. - Command: "[`UPDATE`](/sql/update)"
  274. Privileges: |
  275. {{< include-md file="shared-content/sql-command-privileges/update.md" >}}
  276. - Command: "[`VALIDATE CONNECTION`](/sql/validate-connection)"
  277. Privileges: |
  278. {{< include-md file="shared-content/sql-command-privileges/validate-connection.md" >}}