Skip to content

Commit 79a72f3

Browse files
committed
Add info to postgresql connector
1 parent d30d86c commit 79a72f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgresql-plugin/docs/PostgreSQL-connector.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ authentication. Optional for databases that do not require authentication.
2626
- TRANSACTION_READ_COMMITTED: No dirty reads. Non-repeatable reads and phantom reads are possible.
2727
- TRANSACTION_SERIALIZABLE: No dirty reads. Non-repeatable and phantom reads are prevented.
2828
- TRANSACTION_REPEATABLE_READ: No dirty reads. Prevents non-repeatable reads, but phantom reads are still possible.
29+
- PostgreSQL's `TRANSACTION_READ_UNCOMMITTED` mode behaves like `TRANSACTION_READ_COMMITTED`, hence it's not included as a separate
30+
option, for more info see: https://www.postgresql.org/docs/current/transaction-iso.html#TRANSACTION-ISO
2931

3032
**Database:** The name of the database to connect to.
3133

0 commit comments

Comments
 (0)