Михаил
Михаил
@MinhLA1410 -san , thanks for the CI scripts! You can borrow [`.github/workflows`](https://github.com/mkgrgis/sqlite_fdw/tree/postgis_datatypes_initial/.github/workflows) and [`GitHubActions`](https://github.com/mkgrgis/sqlite_fdw/tree/postgis_datatypes_initial/GitHubActions) to this PR from https://github.com/pgspider/sqlite_fdw/pull/96 and complete this PR with that version of sctipts. It will...
@MinhLA1410 , there is doubled program name in PostGIS mode: > /postgresql-12.16/src/bin/pg_config/**pg_config**
> No. The first `pg_config` is the directory. The second `pg_config` is the executable program. I am sorry, really there is other problem. I'll try to detach PostGIS installation script...
@MinhLA1410, PostGIS install scripts detached from PostgreSQL installation in my PR now. You can also borrow this solution. This decreases log output in `PostgreSQL build` work and can allow pass...
Thanks, @MinhLA1410 ! Your modifications of my idea looks fine. I am waiting on review of this CI by @t-kataym .
Если поиск по тексту, то проще всего приделать выбор названия региона и ссылки на регион. Если регионы не подошли, то потом, возможно, поиск по полю "Адрес". Появится мотив его иногда...
@bossdu15000 , could you please share type of ignored tables or other metadata, which differs from normal imported tables ?
> would it be possible to order by the "unwrapped" float value? If in a table will be `Infinity` or `-Inf` or `NaN` or other special IEEE value value with...
> In this situation there are only reals. there's no infinity, nans, etc. I think, you potentially can use option `column_type` with `real` value for fast implementation of processing for...
@dgwynne , you can base on my [draft](https://github.com/mkgrgis/sqlite_fdw/commit/7213069fb369129633372062d28efb28cf2cc7f1) and add needed TCs. Are you ready to support your own PR with requested functional and regress tests for saving this functional...