You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way (or could there be) to set the TRANSACTION ISOLATION LEVEL for the whole connection? I am connecting to a database with hundreds of tables, so I am using the schema import to get them all.
I have seen #200 and I understand I control it on a table-by-table basis using WITH in queries. This is not convenient for hundreds of tables.
I think it's possible to set the isolation level per connection (or at least per transaction), so it would be helpful to be able to set that in the Foreign Server configuration.
Thanks in advance for reading my question.
I'll include version information even though I'm not suggesting there is an issue:
Operating system
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
Version of tds_fdw
List of installed extensions
Name | Version | Schema | Description
---------+---------+------------+-----------------------------------------------------------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
tds_fdw | 2.0.3 | public | Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)
Version of PostgreSQL
version
-----------------------------------------------------------------------------------------------------------------------------
PostgreSQL 15.2 (Debian 15.2-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
(1 row)
Version of FreeTDS
ii freetds-common 1.2.3-1 all configuration files for FreeTDS SQL client libraries
The text was updated successfully, but these errors were encountered:
Question
Is there a way (or could there be) to set the
TRANSACTION ISOLATION LEVEL
for the whole connection? I am connecting to a database with hundreds of tables, so I am using the schema import to get them all.I have seen #200 and I understand I control it on a table-by-table basis using
WITH
in queries. This is not convenient for hundreds of tables.I think it's possible to set the isolation level per connection (or at least per transaction), so it would be helpful to be able to set that in the Foreign Server configuration.
Thanks in advance for reading my question.
I'll include version information even though I'm not suggesting there is an issue:
Operating system
Version of tds_fdw
Version of PostgreSQL
Version of FreeTDS
The text was updated successfully, but these errors were encountered: