Skip to content

Commit

Permalink
Add row separators on broken table (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Mar 16, 2020
1 parent 8dfd10c commit b349566
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions develop/api_metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,19 @@ the correct order to satisfy object dependencies).
| Name | Type | Description |
+=============================+=========+======================================================+
| classid | oid | Class of the distributed object |
+-----------------------------+---------+------------------------------------------------------+
| objid | oid | Object id of the distributed object |
+-----------------------------+---------+------------------------------------------------------+
| objsubid | integer | Object sub id of the distributed object, e.g. attnum |
+-----------------------------+---------+------------------------------------------------------+
| type | text | Part of the stable address used during pg upgrades |
+-----------------------------+---------+------------------------------------------------------+
| object_names | text[] | Part of the stable address used during pg upgrades |
+-----------------------------+---------+------------------------------------------------------+
| object_args | text[] | Part of the stable address used during pg upgrades |
+-----------------------------+---------+------------------------------------------------------+
| distribution_argument_index | integer | Only valid for distributed functions/procedures |
+-----------------------------+---------+------------------------------------------------------+
| colocationid | integer | Only valid for distributed functions/procedures |
+-----------------------------+---------+------------------------------------------------------+

Expand Down

0 comments on commit b349566

Please sign in to comment.