[postgis-devel] Issue 34 in postgis: .prj creation by pgsql2shp

codesite-noreply at google.com codesite-noreply at google.com
Wed Dec 10 14:48:10 PST 2008


Comment #15 on issue 34 by robe.... at cityofboston.gov: .prj creation by  
pgsql2shp
http://code.google.com/p/postgis/issues/detail?id=34

Mark,

Hmm didn't quite get that from the reading the docs that PQexecParams  
caches the
query plan.  It seemed to suggest the only benefit is that it escapes out  
the text
correctly based on data type.  If it cached the plan, then what's the point  
of having
PQexecPrepared.

PGresult *PQexecPrepared(PGconn *conn,
                          const char *stmtName,
                          int nParams,
                          const char * const *paramValues,
                          const int *paramLengths,
                          const int *paramFormats,
                          int resultFormat);

Though it would be nice if they actually had some examples in the docs of  
these.  I
have too low of an attention span to actually read stuff :).

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list