Михаил
Михаил
@nick008a , You can write a function for PostgreSQL database superuser like in this places https://github.com/pgspider/sqlite_fdw/blob/dbb7a390c2c6b2aeaa543777391f1dbc7e2d0401/sqlite_fdw--1.0--1.1.sql#L6 https://github.com/pgspider/sqlite_fdw/blob/dbb7a390c2c6b2aeaa543777391f1dbc7e2d0401/connection.c#L64 https://github.com/pgspider/sqlite_fdw/blob/dbb7a390c2c6b2aeaa543777391f1dbc7e2d0401/connection.c#L694 About SQLite C call see in https://www.sqlite.org/c3ref/load_extension.html Please also add testing case:...
@nick008a , have you got any results or problems with implementation?
@t-kataym , I have implementation of plugin support. There is user check if superuser or owner of the foreign server. For testing there is [useful set](https://github.com/nalgeon/sqlean) and [official documentation](https://sqlite.org/loadext.html) about...
> If my understanding is true, I have some suggestions: Yes, @jopoly. Your understanding is completely true. Thanks for suggestions! In my current plans plugins support is after GIS, `macaddr`...
> @mkgrgis , Thank you for creating the PR. Is it no problem to start the review? Yes, no problems. I'll study about RPM directive words if there will detected...
Thanks, @MinhLA1410 ! I'll try to get rpm environment, reproduce this problem and check again.
Hello, @devrimgunduz ! Thanks for reply and for rpms :-) . I try to add spec file because i want to get rpm files for my colleagues with some new...
@JamesInform , please show the main compilation problems by your opinion. How many problems there are?
@JamesInform , this is `make` stop because anybody have never try to compile against PG16r1 ;-) Please add in https://github.com/pgspider/sqlite_fdw/blob/90dad0a3ae7b8ffd129149088e094276c439ed61/Makefile#L40 in your clone and `./test.sh` How many tests will be...
@JamesInform , you should also copy tests from 15.0 to your version identify directory, see https://github.com/pgspider/sqlite_fdw#tests and my extended draft https://github.com/mkgrgis/sqlite_fdw/tree/readme-fix-and-additions#tests.