Skip to content

Commit

Permalink
docs: add PostgreSQL procedure to supported objects (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelice authored Jan 16, 2025
1 parent 552499f commit 553236b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/docs/change-database/synchronize-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ The overall workflow:

## Supported Objects

| Database | Objects |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| MySQL | `Table`, `Index`, `Constraint`, `View`, `Event`, `Trigger`, `Function`, `Procedure` |
| PostgreSQL | `Schema`, `Table`, `Index`, `Constraint`, `View`, `Materialized View`, `Sequence`, `Extension`, `Function`, `Trigger`, `Enum Type` |
| TiDB | `Table`, `Index`, `Constraint`, `View` |
| Oracle | `Table`, `Index`, `Constraint` |
| Microsoft SQL Server | `Table`, `Index`, `Constraint` |
| Database | Objects |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| MySQL | `Table`, `Index`, `Constraint`, `View`, `Event`, `Trigger`, `Function`, `Procedure` |
| PostgreSQL | `Schema`, `Table`, `Index`, `Constraint`, `View`, `Materialized View`, `Sequence`, `Extension`, `Function`, `Procedure`, `Trigger`, `Enum Type` |
| TiDB | `Table`, `Index`, `Constraint`, `View` |
| Oracle | `Table`, `Index`, `Constraint` |
| Microsoft SQL Server | `Table`, `Index`, `Constraint` |

## How to use

Expand Down

0 comments on commit 553236b

Please sign in to comment.