Why does one of the following notations print a readable string, (100,200)
whereas the others show a binary format?
SELECT geography 'POINT(100 200)',
point '100,200',
geography(point) 'POINT(100 200)'
https://dbfiddle.uk/?rdbms=postgres_14&fiddle=1cd06e002ab74b70189f908cafb7e17b