I wrote next Insert function:
INSERT INTO test(datetime, points) VALUES('2014-12-29 12:09:35', ST_GeomFromText('POINT(6370526.653 11224882.055)', 3395));
When I run it, I am getting error, that function "ST_GeomFromText not found". I can't understand why am getting this error. PostGIS is installed, filed with Point type created.
I tried a lot of other variants like: ST_POINT (or just Points without ST_GeomFromText, but it did not help).