We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679d286 commit 937ab7eCopy full SHA for 937ab7e
postgresql-plugin/docs/Postgres-batchsource.md
@@ -77,9 +77,9 @@ Password: "postgres"
77
For example, if the 'id' column is a primary key of type int and the other columns are
78
non-nullable varchars, output records will have this schema:
79
80
-| field name | type |
81
-| -------------- | ------------------- |
82
-| id | int |
83
-| name | string |
84
-| email | string |
85
-| phone | string |
+ | field name | type |
+ | -------------- | ------------------- |
+ | id | int |
+ | name | string |
+ | email | string |
+ | phone | string |
0 commit comments