[DOCS] ST_AsLatLonText bug - Mailing list pgsql-docs

From mmalorodova@usgs.gov
Subject [DOCS] ST_AsLatLonText bug
Date
Msg-id 20170117205745.1436.52189@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] ST_AsLatLonText bug  (Mike Toews <mwtoews@gmail.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.0/static/plpgsql-porting.html
Description:

select  
(ST_AsLatLonText('POINT ('||(-76.6)||' '||(35.1)||')', 'DD°MM''SS.SSS"C'))
dms

returns unexpected 60 seconds
35° 6'0.000"N 76°35'60.000"W

pgsql-docs by date:

Previous
From: mmalorodova@usgs.gov
Date:
Subject: [DOCS] instr function with negative parameter
Next
From: Mike Toews
Date:
Subject: Re: [DOCS] ST_AsLatLonText bug