Skip to content

Commit 1a4e024

Browse files
TheOtherBrian1Brian Brennglass
andauthored
modified quotes in postgres_fdw docs (supabase#31211)
modified quotes Co-authored-by: Brian Brennglass <[email protected]>
1 parent de7d344 commit 1a4e024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/guides/database/extensions/postgres_fdw.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The extension enables Postgres to query tables and views on a remote Postgres se
9090

9191
Example: Import specific tables
9292
```sql
93-
import foreign schema "<foreign_schema>""
93+
import foreign schema "<foreign_schema>"
9494
limit to (
9595
"<table_name1>",
9696
"<table_name2>"
@@ -105,7 +105,7 @@ The extension enables Postgres to query tables and views on a remote Postgres se
105105
<StepHikeCompact.Code>
106106

107107
```sql
108-
select * from '<foreign_table>'
108+
select * from "<foreign_table>"
109109
```
110110
</StepHikeCompact.Code>
111111
</StepHikeCompact.Step>

0 commit comments

Comments
 (0)