On Aug 25, 2011, at 1:17 PM, pp...@sapo.pt wrote: > > Hello > > > I want to use the function st_offsetCurve but the pgadmin don't have and i > don't find in the site of pgadmin. CAn anybody send me? > > thanks > > -- > Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-sql
I believe that function is part of PostGIS. You'll need to have that installed and your database PostGIS enabled. The PostGIS website has instructions on how to install it. http://postgis.refractions.net/ This needs to be done on the server end. pgAdmin will just pass the function call on to the server. Brent D. -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql