Group
Extension

Matches 3

DBD-PgAsync ( R/RW/RWKST/DBD-PgAsync-0.8.1.tar.gz, RWKST, 2025; MetaCPAN )
DBD-PgAsync/PgAsync.pm ( view source; MetaCPAN )
GEARRAY PG_INTERNAL PG_INTERVAL PG_INTERVALARRAY
            PG_JSON PG_JSONARRAY PG_JSONB PG_JSONBARRAY PG_JSONPATH
            PG_JSONPATHARRAY PG_LANGUAGE_HANDLER PG_LINE PG_LINEARRAY PG_LSEG
     
e operators that contain question marks (e.g. some of the native
Postgres geometric operators and JSON operators) or array slices (e.g. C<data[100:300]>),
there are methods to instruct DBD::PgAsync to
ble to return the old behavior. The old behavior is useful when encoding
the results of a call in JSON format and passing it to JavaScript for
processing, where integer values have a precision of no m
DBD-PgAsync ( R/RW/RWKST/DBD-PgAsync-0.8.1.tar.gz, RWKST, 2025; MetaCPAN )
DBD-PgAsync/types.h ( view source; MetaCPAN )
_INTERVAL  1186
#define                           PG_JSON  114
#define                          PG_JSONB  3802
#define                       PG_JSONPATH  4072
#define               PG_LANGUAGE_HANDLER
_INTERVALARRAY  1187
#define                      PG_JSONARRAY  199
#define                     PG_JSONBARRAY  3807
#define                  PG_JSONPATHARRAY  4073
#define                      PG_LINE
DBD-PgAsync ( R/RW/RWKST/DBD-PgAsync-0.8.1.tar.gz, RWKST, 2025; MetaCPAN )
DBD-PgAsync/PgAsync.xs ( view source; MetaCPAN )
7
    PG_JSON                           = 114
    PG_JSONARRAY                      = 199
    PG_JSONB                          = 3802
    PG_JSONBARRAY                     = 3807
    PG_JSONPATH     
                  = 4072
    PG_JSONPATHARRAY                  = 4073
    PG_LANGUAGE_HANDLER               = 2280
    PG_LINE                           = 628
    PG_LINEARRAY                      = 6

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.