Skip to content

Commit

Permalink
Adapt README to the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurenz Albe committed Dec 16, 2015
1 parent c5739d9 commit 4380d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.oracle_fdw
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ The function oracle_close_connections() can be used to close all cached Oracle
connections. This can be useful for long-running sessions that don't access
foreign tables all the time and want to avoid blocking the resources needed
by an open Oracle connection.
Don't call this function inside a transaction that modifies Oracle data.
You cannot call this function inside a transaction that modifies Oracle data.

Columns
-------
Expand Down

0 comments on commit 4380d25

Please sign in to comment.