| From: | Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com> |
|---|---|
| To: | Ankur Kaushik <ankurkaushik(at)gmail(dot)com> |
| Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: ERROR: function geomfromtext(unknown) |
| Date: | 2015-04-17 10:42:08 |
| Message-ID: | CAGDYbUPJ895X96RhrXW=urN57yi2ot3mPTwFZk+wEdKj59Q0KQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi Ankur,
Try function "st_geomfromtext".
Regards
Ajinkya Bangale
www.shreeyansh.com
On Fri, Apr 17, 2015 at 12:31 PM, Ankur Kaushik <ankurkaushik(at)gmail(dot)com>
wrote:
> ERROR: function geomfromtext(unknown) does not exist
> LINE 1: update route set route_string=GeomFromText(' LINESTRING(19.0...
> ^
> HINT: No function matches the given name and argument types. You might
> need to add explicit type casts.
>
>
> Facing this Error while executing Below command
>
> update route set route_string=GeomFromText(' LINESTRING(19.073210000000003
> 73.01268,19.07328 73.01181000000001,
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Leonid Rozenblyum | 2015-04-21 07:58:36 | 8.4 to 9.4 migration - recommended practices |
| Previous Message | Devrim Gündüz | 2015-04-17 07:08:28 | Re: ERROR: function geomfromtext(unknown) |