@@ -1356,6 +1356,7 @@ POLYGON((67 13,67 18,59 18,59 13,67 13))
1356
1356
Warnings:
1357
1357
Warning 3565 There's no spatial reference system with SRID 101. The axis order is unknown.
1358
1358
Warning 3565 There's no spatial reference system with SRID 101. The axis order is unknown.
1359
+ Warning 3565 There's no spatial reference system with SRID 101. The axis order is unknown.
1359
1360
# Conformance Item T10
1360
1361
SELECT ST_SRID(boundary)
1361
1362
FROM named_places
@@ -3425,48 +3426,78 @@ Warning 3565 There's no spatial reference system with SRID 1. The axis order is
3425
3426
SELECT ST_SRID(ST_GEOMCOLLFROMWKB(@wkb_gc, 1));
3426
3427
ST_SRID(ST_GEOMCOLLFROMWKB(@wkb_gc, 1))
3427
3428
1
3429
+ Warnings:
3430
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3428
3431
SELECT ST_SRID(ST_GEOMETRYCOLLECTIONFROMWKB(@wkb_gc, 1));
3429
3432
ST_SRID(ST_GEOMETRYCOLLECTIONFROMWKB(@wkb_gc, 1))
3430
3433
1
3434
+ Warnings:
3435
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3431
3436
SELECT ST_SRID(ST_GEOMETRYFROMWKB(@wkb_pt, 1));
3432
3437
ST_SRID(ST_GEOMETRYFROMWKB(@wkb_pt, 1))
3433
3438
1
3439
+ Warnings:
3440
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3434
3441
SELECT ST_SRID(ST_GEOMFROMWKB(@wkb_pt, 1));
3435
3442
ST_SRID(ST_GEOMFROMWKB(@wkb_pt, 1))
3436
3443
1
3444
+ Warnings:
3445
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3437
3446
SELECT ST_SRID(ST_LINEFROMWKB(@wkb_ls, 1));
3438
3447
ST_SRID(ST_LINEFROMWKB(@wkb_ls, 1))
3439
3448
1
3449
+ Warnings:
3450
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3440
3451
SELECT ST_SRID(ST_LINESTRINGFROMWKB(@wkb_ls, 1));
3441
3452
ST_SRID(ST_LINESTRINGFROMWKB(@wkb_ls, 1))
3442
3453
1
3454
+ Warnings:
3455
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3443
3456
SELECT ST_SRID(ST_MLINEFROMWKB(@wkb_mls, 1));
3444
3457
ST_SRID(ST_MLINEFROMWKB(@wkb_mls, 1))
3445
3458
1
3459
+ Warnings:
3460
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3446
3461
SELECT ST_SRID(ST_MPOINTFROMWKB(@wkb_mpt, 1));
3447
3462
ST_SRID(ST_MPOINTFROMWKB(@wkb_mpt, 1))
3448
3463
1
3464
+ Warnings:
3465
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3449
3466
SELECT ST_SRID(ST_MPOLYFROMWKB(@wkb_mpy, 1));
3450
3467
ST_SRID(ST_MPOLYFROMWKB(@wkb_mpy, 1))
3451
3468
1
3469
+ Warnings:
3470
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3452
3471
SELECT ST_SRID(ST_MULTILINESTRINGFROMWKB(@wkb_mls, 1));
3453
3472
ST_SRID(ST_MULTILINESTRINGFROMWKB(@wkb_mls, 1))
3454
3473
1
3474
+ Warnings:
3475
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3455
3476
SELECT ST_SRID(ST_MULTIPOINTFROMWKB(@wkb_mpt, 1));
3456
3477
ST_SRID(ST_MULTIPOINTFROMWKB(@wkb_mpt, 1))
3457
3478
1
3479
+ Warnings:
3480
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3458
3481
SELECT ST_SRID(ST_MULTIPOLYGONFROMWKB(@wkb_mpy, 1));
3459
3482
ST_SRID(ST_MULTIPOLYGONFROMWKB(@wkb_mpy, 1))
3460
3483
1
3484
+ Warnings:
3485
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3461
3486
SELECT ST_SRID(ST_POINTFROMWKB(@wkb_pt, 1));
3462
3487
ST_SRID(ST_POINTFROMWKB(@wkb_pt, 1))
3463
3488
1
3489
+ Warnings:
3490
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3464
3491
SELECT ST_SRID(ST_POLYFROMWKB(@wkb_py, 1));
3465
3492
ST_SRID(ST_POLYFROMWKB(@wkb_py, 1))
3466
3493
1
3494
+ Warnings:
3495
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3467
3496
SELECT ST_SRID(ST_POLYGONFROMWKB(@wkb_py, 1));
3468
3497
ST_SRID(ST_POLYGONFROMWKB(@wkb_py, 1))
3469
3498
1
3499
+ Warnings:
3500
+ Warning 3565 There's no spatial reference system with SRID 1. The axis order is unknown.
3470
3501
SELECT ST_SRID(ST_GEOMCOLLFROMTEXT(@wkt_gc, 4294967295));
3471
3502
ST_SRID(ST_GEOMCOLLFROMTEXT(@wkt_gc, 4294967295))
3472
3503
4294967295
@@ -3550,48 +3581,78 @@ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis
3550
3581
SELECT ST_SRID(ST_GEOMCOLLFROMWKB(@wkb_gc, 4294967295));
3551
3582
ST_SRID(ST_GEOMCOLLFROMWKB(@wkb_gc, 4294967295))
3552
3583
4294967295
3584
+ Warnings:
3585
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3553
3586
SELECT ST_SRID(ST_GEOMETRYCOLLECTIONFROMWKB(@wkb_gc, 4294967295));
3554
3587
ST_SRID(ST_GEOMETRYCOLLECTIONFROMWKB(@wkb_gc, 4294967295))
3555
3588
4294967295
3589
+ Warnings:
3590
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3556
3591
SELECT ST_SRID(ST_GEOMETRYFROMWKB(@wkb_pt, 4294967295));
3557
3592
ST_SRID(ST_GEOMETRYFROMWKB(@wkb_pt, 4294967295))
3558
3593
4294967295
3594
+ Warnings:
3595
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3559
3596
SELECT ST_SRID(ST_GEOMFROMWKB(@wkb_pt, 4294967295));
3560
3597
ST_SRID(ST_GEOMFROMWKB(@wkb_pt, 4294967295))
3561
3598
4294967295
3599
+ Warnings:
3600
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3562
3601
SELECT ST_SRID(ST_LINEFROMWKB(@wkb_ls, 4294967295));
3563
3602
ST_SRID(ST_LINEFROMWKB(@wkb_ls, 4294967295))
3564
3603
4294967295
3604
+ Warnings:
3605
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3565
3606
SELECT ST_SRID(ST_LINESTRINGFROMWKB(@wkb_ls, 4294967295));
3566
3607
ST_SRID(ST_LINESTRINGFROMWKB(@wkb_ls, 4294967295))
3567
3608
4294967295
3609
+ Warnings:
3610
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3568
3611
SELECT ST_SRID(ST_MLINEFROMWKB(@wkb_mls, 4294967295));
3569
3612
ST_SRID(ST_MLINEFROMWKB(@wkb_mls, 4294967295))
3570
3613
4294967295
3614
+ Warnings:
3615
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3571
3616
SELECT ST_SRID(ST_MPOINTFROMWKB(@wkb_mpt, 4294967295));
3572
3617
ST_SRID(ST_MPOINTFROMWKB(@wkb_mpt, 4294967295))
3573
3618
4294967295
3619
+ Warnings:
3620
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3574
3621
SELECT ST_SRID(ST_MPOLYFROMWKB(@wkb_mpy, 4294967295));
3575
3622
ST_SRID(ST_MPOLYFROMWKB(@wkb_mpy, 4294967295))
3576
3623
4294967295
3624
+ Warnings:
3625
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3577
3626
SELECT ST_SRID(ST_MULTILINESTRINGFROMWKB(@wkb_mls, 4294967295));
3578
3627
ST_SRID(ST_MULTILINESTRINGFROMWKB(@wkb_mls, 4294967295))
3579
3628
4294967295
3629
+ Warnings:
3630
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3580
3631
SELECT ST_SRID(ST_MULTIPOINTFROMWKB(@wkb_mpt, 4294967295));
3581
3632
ST_SRID(ST_MULTIPOINTFROMWKB(@wkb_mpt, 4294967295))
3582
3633
4294967295
3634
+ Warnings:
3635
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3583
3636
SELECT ST_SRID(ST_MULTIPOLYGONFROMWKB(@wkb_mpy, 4294967295));
3584
3637
ST_SRID(ST_MULTIPOLYGONFROMWKB(@wkb_mpy, 4294967295))
3585
3638
4294967295
3639
+ Warnings:
3640
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3586
3641
SELECT ST_SRID(ST_POINTFROMWKB(@wkb_pt, 4294967295));
3587
3642
ST_SRID(ST_POINTFROMWKB(@wkb_pt, 4294967295))
3588
3643
4294967295
3644
+ Warnings:
3645
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3589
3646
SELECT ST_SRID(ST_POLYFROMWKB(@wkb_py, 4294967295));
3590
3647
ST_SRID(ST_POLYFROMWKB(@wkb_py, 4294967295))
3591
3648
4294967295
3649
+ Warnings:
3650
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3592
3651
SELECT ST_SRID(ST_POLYGONFROMWKB(@wkb_py, 4294967295));
3593
3652
ST_SRID(ST_POLYGONFROMWKB(@wkb_py, 4294967295))
3594
3653
4294967295
3654
+ Warnings:
3655
+ Warning 3565 There's no spatial reference system with SRID 4294967295. The axis order is unknown.
3595
3656
SELECT ST_SRID(ST_GEOMCOLLFROMTEXT(@wkt_gc, 4294967296));
3596
3657
ERROR 22003: SRID value is out of range in 'st_geomcollfromtext'
3597
3658
SELECT ST_SRID(ST_GEOMCOLLFROMTXT(@wkt_gc, 4294967296));
0 commit comments