Skip to content

Commit 937ab7e

Browse files
committed
CDAP-15519 Postgres reference doc updated
1 parent 679d286 commit 937ab7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

postgresql-plugin/docs/Postgres-batchsource.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Password: "postgres"
7777
For example, if the 'id' column is a primary key of type int and the other columns are
7878
non-nullable varchars, output records will have this schema:
7979

80-
| field name | type |
81-
| -------------- | ------------------- |
82-
| id | int |
83-
| name | string |
84-
| email | string |
85-
| phone | string |
80+
| field name | type |
81+
| -------------- | ------------------- |
82+
| id | int |
83+
| name | string |
84+
| email | string |
85+
| phone | string |

0 commit comments

Comments
 (0)