Skip to content

Commit 553236b

Browse files
authored
docs: add PostgreSQL procedure to supported objects (#503)
1 parent 552499f commit 553236b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/docs/change-database/synchronize-schema.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The overall workflow:
2828

2929
## Supported Objects
3030

31-
| Database | Objects |
32-
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
33-
| MySQL | `Table`, `Index`, `Constraint`, `View`, `Event`, `Trigger`, `Function`, `Procedure` |
34-
| PostgreSQL | `Schema`, `Table`, `Index`, `Constraint`, `View`, `Materialized View`, `Sequence`, `Extension`, `Function`, `Trigger`, `Enum Type` |
35-
| TiDB | `Table`, `Index`, `Constraint`, `View` |
36-
| Oracle | `Table`, `Index`, `Constraint` |
37-
| Microsoft SQL Server | `Table`, `Index`, `Constraint` |
31+
| Database | Objects |
32+
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
33+
| MySQL | `Table`, `Index`, `Constraint`, `View`, `Event`, `Trigger`, `Function`, `Procedure` |
34+
| PostgreSQL | `Schema`, `Table`, `Index`, `Constraint`, `View`, `Materialized View`, `Sequence`, `Extension`, `Function`, `Procedure`, `Trigger`, `Enum Type` |
35+
| TiDB | `Table`, `Index`, `Constraint`, `View` |
36+
| Oracle | `Table`, `Index`, `Constraint` |
37+
| Microsoft SQL Server | `Table`, `Index`, `Constraint` |
3838

3939
## How to use
4040

0 commit comments

Comments
 (0)