Gianluca Illiano
Results
2
issues of
Gianluca Illiano
Hello! In my company we are currently exposing Tegola (actually [tegola-postgis](https://github.com/go-spatial/tegola-postgis)) through our own service. We need the users to be able to access only the data they own. We...
Running the following SQL query always causes a segmentation fault in Citus 12 with Postgres 16: ``` CREATE TABLE gianluca_camp_test( id BYTEA, account_id BYTEA NOT NULL, start_timestamp INT, PRIMARY KEY(account_id,...