We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I need sql server data, so I'm using tds_fdw. tds_fdw doesn't seem to have a connection pooling function, so I'm asking.
Does tds_fdw have a connection pooling function? If so, how do I set it?
Thank you.
Ubuntu 22.04.2(Jammy)
2.0.1
15.3
freedts-common 1.3.6-1
The text was updated successfully, but these errors were encountered:
Never had to use it, but I'd assume that since tds_fdw uses FreeTDS, this is something you need to configure at FreeTDS itself: https://www.freetds.org/userguide/tdspool.html
tds_fdw
Configuring FreeTDS is something that's already done for encoding or encription.
Be aware of the restrictions outlined at the doc.
If you are able to configure it to work, it would be great if you can later write it here, so others can learn about it.
Sorry, something went wrong.
No branches or pull requests
Issue report
Hello, I need sql server data, so I'm using tds_fdw.
tds_fdw doesn't seem to have a connection pooling function, so I'm asking.
Does tds_fdw have a connection pooling function? If so, how do I set it?
Thank you.
Operating system
Ubuntu 22.04.2(Jammy)
Version of tds_fdw
Version of PostgreSQL
Version of FreeTDS
The text was updated successfully, but these errors were encountered: