Changes between Initial Version and Version 1 of Ticket #5682


Ignore:
Timestamp:
02/29/24 02:11:46 (8 months ago)
Author:
jonochang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5682 – Description

    initial v1  
    1616An example output from the attached failing query test-query.sql is here:
    1717{{{
    18                                                                                                                                                                               postgis_full_version                                                                                                                                                                                 
    19 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    20  POSTGIS="3.4.1 ca035b9" [EXTENSION] PGSQL="160" GEOS="3.12.1-CAPI-1.18.1" PROJ="9.2.1 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/Users/jonochang/Library/Application Support/proj DATABASE_PATH=/Applications/Postgres.app/Contents/Versions/16/share/proj/proj.db" LIBXML="2.11.7" LIBJSON="0.17" LIBPROTOBUF="1.4.1" WAGYU="0.5.0 (Internal)"
    21 (1 row)
    22 
    23                                                               version                                                               
    24 ------------------------------------------------------------------------------------------------------------------------------------
    25  PostgreSQL 16.2 (Postgres.app) on aarch64-apple-darwin21.6.0, compiled by Apple clang version 14.0.0 (clang-1400.0.29.102), 64-bit
    26 (1 row)
    27 
    28 ERROR:  invalid input syntax for type integer: "1 AND (array_length(queues, 1 IS NOT NULL"
    29 ❯ psql -h localhost postgis_error_simple < test-query.sql
    30 ❯ vim test-query.sql
    31 ❯ psql -a -h localhost postgis_error_simple < test-query.sql
    3218SELECT postgis_full_version();
    3319                                                                                                                                                                                postgis_full_version