Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 9, 2024
1 parent c5bf2fb commit cb4f8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/protocols/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To setup GreptimeDB for Postgres FDW, make sure you enabled postgres protocol
support in GreptimeDB and it's accessible from your Postgres server.

To create and configuration GreptimeDB in Postgres, first enable the
`postgres_fdw` entension.
`postgres_fdw` extension.

```sql
CREATE EXTENSION postgres_fdw;
Expand Down

0 comments on commit cb4f8b0

Please sign in to comment.