~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/pg/ogrpgutility.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: ogrpgutility.h 10931 2007-03-11 11:22:31Z mloskot $
 
2
 * $Id: ogrpgutility.h 22450 2011-05-28 21:25:11Z rouault $
3
3
 *
4
4
 * Project:  OpenGIS Simple Features Reference Implementation
5
5
 * Purpose:  Private utilities for OGR/PostgreSQL driver.
32
32
 
33
33
#include "libpq-fe.h"
34
34
 
 
35
PGresult *OGRPG_PQexec(PGconn *conn, const char *query,
 
36
                       int bMultipleCommandAllowed = FALSE);
 
37
 
35
38
/************************************************************************/
36
39
/*                            OGRPGClearResult                          */
37
40
/*                                                                      */