1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Module functions and constants — PyGreSQL 5.0 documentation</title>
<link rel="stylesheet" href="../../_static/cloud.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygresql.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '5.0.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
<script type="text/javascript" src="../../_static/cloud.js"></script>
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
<link rel="copyright" title="Copyright" href="../../copyright.html" />
<link rel="top" title="PyGreSQL 5.0 documentation" href="../index.html" />
<link rel="up" title="pgdb — The DB-API Compliant Interface" href="index.html" />
<link rel="next" title="Connection – The connection object" href="connection.html" />
<link rel="prev" title="Introduction" href="introduction.html" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body role="document">
<div class="pageheader related" role="navigation" aria-label="related navigation">
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../download/index.html">Download</a></li>
<li><a href="../index.html">Documentation</a></li>
<li><a href="../../community/index.html">Community</a></li>
</ul>
<div class="logo">
<a href="../../index.html">PyGreSQL</a>
</div>
</div>
</div>
<div class="relbar-top">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li class="right" >
<a href="connection.html" title="Connection – The connection object"
accesskey="N">next</a> </li>
<li class="right" >
<a href="introduction.html" title="Introduction"
accesskey="P">previous</a> </li>
<li><a href="../index.html">PyGreSQL 5.0 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U"><code class="docutils literal"><span class="pre">pgdb</span></code> — The DB-API Compliant Interface</a> »</li>
</ul>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="module-functions-and-constants">
<h1>Module functions and constants<a class="headerlink" href="#module-functions-and-constants" title="Permalink to this headline">¶</a></h1>
<p>The <a class="reference internal" href="index.html#module-pgdb" title="pgdb"><code class="xref py py-mod docutils literal"><span class="pre">pgdb</span></code></a> module defines a <a class="reference internal" href="#pgdb.connect" title="pgdb.connect"><code class="xref py py-func docutils literal"><span class="pre">connect()</span></code></a> function that allows to
connect to a database, some global constants describing the capabilities
of the module as well as several exception classes.</p>
<div class="section" id="connect-open-a-postgresql-connection">
<h2>connect – Open a PostgreSQL connection<a class="headerlink" href="#connect-open-a-postgresql-connection" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="pgdb.connect">
<code class="descclassname">pgdb.</code><code class="descname">connect</code><span class="sig-paren">(</span><span class="optional">[</span><em>dsn</em><span class="optional">]</span><span class="optional">[</span>, <em>user</em><span class="optional">]</span><span class="optional">[</span>, <em>password</em><span class="optional">]</span><span class="optional">[</span>, <em>host</em><span class="optional">]</span><span class="optional">[</span>, <em>database</em><span class="optional">]</span><span class="optional">[</span>, <em>**kwargs</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#pgdb.connect" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a new connection to the database</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>dsn</strong> (<em>str</em>) – data source name as string</li>
<li><strong>user</strong> (<em>str</em>) – the database user name</li>
<li><strong>password</strong> (<em>str</em>) – the database password</li>
<li><strong>host</strong> (<em>str</em>) – the hostname of the database</li>
<li><strong>database</strong> – the name of the database</li>
<li><strong>kwargs</strong> (<em>dict</em>) – other connection parameters</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">a connection object</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="connection.html#pgdb.Connection" title="pgdb.Connection"><code class="xref py py-class docutils literal"><span class="pre">Connection</span></code></a></p>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><p class="first last"><a class="reference internal" href="#pgdb.OperationalError" title="pgdb.OperationalError"><strong>pgdb.OperationalError</strong></a> – error connecting to the database</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<p>This function takes parameters specifying how to connect to a PostgreSQL
database and returns a <a class="reference internal" href="connection.html#pgdb.Connection" title="pgdb.Connection"><code class="xref py py-class docutils literal"><span class="pre">Connection</span></code></a> object using these parameters.
If specified, the <em>dsn</em> parameter must be a string with the format
<code class="docutils literal"><span class="pre">'host:base:user:passwd:opt'</span></code>. All of the parts specified in the <em>dsn</em>
are optional. You can also specify the parameters individually using keyword
arguments, which always take precedence. The <em>host</em> can also contain a port
if specified in the format <code class="docutils literal"><span class="pre">'host:port'</span></code>. In the <em>opt</em> part of the <em>dsn</em>
you can pass command-line options to the server. You can pass additional
connection parameters using the optional <em>kwargs</em> keyword arguments.</p>
<p>Example:</p>
<div class="highlight-default"><div class="highlight"><pre><span class="n">con</span> <span class="o">=</span> <span class="n">connect</span><span class="p">(</span><span class="n">dsn</span><span class="o">=</span><span class="s">'myhost:mydb'</span><span class="p">,</span> <span class="n">user</span><span class="o">=</span><span class="s">'guido'</span><span class="p">,</span> <span class="n">password</span><span class="o">=</span><span class="s">'234$'</span><span class="p">)</span>
</pre></div>
</div>
<div class="versionchanged">
<p><span class="versionmodified">Changed in version 5.0.1: </span>Support for additional parameters passed as <em>kwargs</em>.</p>
</div>
</div>
<div class="section" id="get-set-reset-typecast-control-the-global-typecast-functions">
<h2>get/set/reset_typecast – Control the global typecast functions<a class="headerlink" href="#get-set-reset-typecast-control-the-global-typecast-functions" title="Permalink to this headline">¶</a></h2>
<p>PyGreSQL uses typecast functions to cast the raw data coming from the
database to Python objects suitable for the particular database type.
These functions take a single string argument that represents the data
to be casted and must return the casted value.</p>
<p>PyGreSQL provides built-in typecast functions for the common database types,
but if you want to change these or add more typecast functions, you can set
these up using the following functions.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The following functions are not part of the DB-API 2 standard.</p>
</div>
<dl class="method">
<dt id="pgdb.get_typecast">
<code class="descclassname">pgdb.</code><code class="descname">get_typecast</code><span class="sig-paren">(</span><em>typ</em><span class="sig-paren">)</span><a class="headerlink" href="#pgdb.get_typecast" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the global cast function for the given database type</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>typ</strong> (<em>str</em>) – PostgreSQL type name or type code</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">the typecast function for the specified type</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">function or None</td>
</tr>
</tbody>
</table>
</dd></dl>
<div class="versionadded">
<p><span class="versionmodified">New in version 5.0.</span></p>
</div>
<dl class="method">
<dt id="pgdb.set_typecast">
<code class="descclassname">pgdb.</code><code class="descname">set_typecast</code><span class="sig-paren">(</span><em>typ</em>, <em>cast</em><span class="sig-paren">)</span><a class="headerlink" href="#pgdb.set_typecast" title="Permalink to this definition">¶</a></dt>
<dd><p>Set a global typecast function for the given database type(s)</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
<li><strong>typ</strong> (<em>str or int</em>) – PostgreSQL type name or type code, or list of such</li>
<li><strong>cast</strong> – the typecast function to be set for the specified type(s)</li>
</ul>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<p>The typecast function must take one string object as argument and return a
Python object into which the PostgreSQL type shall be casted. If the function
takes another parameter named <em>connection</em>, then the current database
connection will also be passed to the typecast function. This may sometimes
be necessary to look up certain database settings.</p>
<div class="versionadded">
<p><span class="versionmodified">New in version 5.0.</span></p>
</div>
<p>As of version 5.0.3 you can also use this method to change the typecasting
of PostgreSQL array types. You must run <code class="docutils literal"><span class="pre">set_typecast('anyarray',</span> <span class="pre">cast)</span></code>
in order to do this. The <code class="docutils literal"><span class="pre">cast</span></code> method must take a string value and a cast
function for the base type and return the array converted to a Python object.
For instance, run <code class="docutils literal"><span class="pre">set_typecast('anyarray',</span> <span class="pre">lambda</span> <span class="pre">v,</span> <span class="pre">c:</span> <span class="pre">v)</span></code> to switch off
the casting of arrays completely, and always return them encoded as strings.</p>
<dl class="method">
<dt id="pgdb.reset_typecast">
<code class="descclassname">pgdb.</code><code class="descname">reset_typecast</code><span class="sig-paren">(</span><span class="optional">[</span><em>typ</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#pgdb.reset_typecast" title="Permalink to this definition">¶</a></dt>
<dd><p>Reset the typecasts for the specified (or all) type(s) to their defaults</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>typ</strong> (<em>str, list or None</em>) – PostgreSQL type name or type code, or list of such,
or None to reset all typecast functions</td>
</tr>
</tbody>
</table>
</dd></dl>
<div class="versionadded">
<p><span class="versionmodified">New in version 5.0.</span></p>
</div>
<p>Note that database connections cache types and their cast functions using
connection specific <a class="reference internal" href="typecache.html#pgdb.TypeCache" title="pgdb.TypeCache"><code class="xref py py-class docutils literal"><span class="pre">TypeCache</span></code></a> objects. You can also get, set and
reset typecast functions on the connection level using the methods
<a class="reference internal" href="typecache.html#pgdb.TypeCache.get_typecast" title="pgdb.TypeCache.get_typecast"><code class="xref py py-meth docutils literal"><span class="pre">TypeCache.get_typecast()</span></code></a>, <a class="reference internal" href="typecache.html#pgdb.TypeCache.set_typecast" title="pgdb.TypeCache.set_typecast"><code class="xref py py-meth docutils literal"><span class="pre">TypeCache.set_typecast()</span></code></a> and
<a class="reference internal" href="typecache.html#pgdb.TypeCache.reset_typecast" title="pgdb.TypeCache.reset_typecast"><code class="xref py py-meth docutils literal"><span class="pre">TypeCache.reset_typecast()</span></code></a> of the <a class="reference internal" href="connection.html#pgdb.Connection.type_cache" title="pgdb.Connection.type_cache"><code class="xref py py-attr docutils literal"><span class="pre">Connection.type_cache</span></code></a>. This
will not affect other connections or future connections. In order to be sure
a global change is picked up by a running connection, you must reopen it or
call <a class="reference internal" href="typecache.html#pgdb.TypeCache.reset_typecast" title="pgdb.TypeCache.reset_typecast"><code class="xref py py-meth docutils literal"><span class="pre">TypeCache.reset_typecast()</span></code></a> on the <a class="reference internal" href="connection.html#pgdb.Connection.type_cache" title="pgdb.Connection.type_cache"><code class="xref py py-attr docutils literal"><span class="pre">Connection.type_cache</span></code></a>.</p>
</div>
<div class="section" id="module-constants">
<h2>Module constants<a class="headerlink" href="#module-constants" title="Permalink to this headline">¶</a></h2>
<dl class="data">
<dt id="pgdb.apilevel">
<code class="descclassname">pgdb.</code><code class="descname">apilevel</code><a class="headerlink" href="#pgdb.apilevel" title="Permalink to this definition">¶</a></dt>
<dd><p>The string constant <code class="docutils literal"><span class="pre">'2.0'</span></code>, stating that the module is DB-API 2.0 level
compliant.</p>
</dd></dl>
<dl class="data">
<dt id="pgdb.threadsafety">
<code class="descclassname">pgdb.</code><code class="descname">threadsafety</code><a class="headerlink" href="#pgdb.threadsafety" title="Permalink to this definition">¶</a></dt>
<dd><p>The integer constant 1, stating that the module itself is thread-safe,
but the connections are not thread-safe, and therefore must be protected
with a lock if you want to use them from different threads.</p>
</dd></dl>
<dl class="data">
<dt id="pgdb.paramstyle">
<code class="descclassname">pgdb.</code><code class="descname">paramstyle</code><a class="headerlink" href="#pgdb.paramstyle" title="Permalink to this definition">¶</a></dt>
<dd><p>The string constant <code class="docutils literal"><span class="pre">pyformat</span></code>, stating that parameters should be passed
using Python extended format codes, e.g. <code class="docutils literal"><span class="pre">"</span> <span class="pre">...</span> <span class="pre">WHERE</span> <span class="pre">name=%(name)s"</span></code>.</p>
</dd></dl>
</div>
<div class="section" id="errors-raised-by-this-module">
<h2>Errors raised by this module<a class="headerlink" href="#errors-raised-by-this-module" title="Permalink to this headline">¶</a></h2>
<p>The errors that can be raised by the <a class="reference internal" href="index.html#module-pgdb" title="pgdb"><code class="xref py py-mod docutils literal"><span class="pre">pgdb</span></code></a> module are the following:</p>
<dl class="exception">
<dt id="pgdb.Warning">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">Warning</code><a class="headerlink" href="#pgdb.Warning" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised for important warnings like data truncations while
inserting.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.Error">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">Error</code><a class="headerlink" href="#pgdb.Error" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception that is the base class of all other error exceptions. You can
use this to catch all errors with one single except statement.
Warnings are not considered errors and thus do not use this class as base.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.InterfaceError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">InterfaceError</code><a class="headerlink" href="#pgdb.InterfaceError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised for errors that are related to the database interface
rather than the database itself.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.DatabaseError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">DatabaseError</code><a class="headerlink" href="#pgdb.DatabaseError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised for errors that are related to the database.</p>
<p>In PyGreSQL, this also has a <code class="xref py py-attr docutils literal"><span class="pre">DatabaseError.sqlstate</span></code> attribute
that contains the <code class="docutils literal"><span class="pre">SQLSTATE</span></code> error code of this error.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.DataError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">DataError</code><a class="headerlink" href="#pgdb.DataError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised for errors that are due to problems with the processed
data like division by zero or numeric value out of range.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.OperationalError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">OperationalError</code><a class="headerlink" href="#pgdb.OperationalError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised for errors that are related to the database’s operation
and not necessarily under the control of the programmer, e.g. an unexpected
disconnect occurs, the data source name is not found, a transaction could
not be processed, or a memory allocation error occurred during processing.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.IntegrityError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">IntegrityError</code><a class="headerlink" href="#pgdb.IntegrityError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised when the relational integrity of the database is affected,
e.g. a foreign key check fails.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.ProgrammingError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">ProgrammingError</code><a class="headerlink" href="#pgdb.ProgrammingError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised for programming errors, e.g. table not found or already
exists, syntax error in the SQL statement or wrong number of parameters
specified.</p>
</dd></dl>
<dl class="exception">
<dt id="pgdb.NotSupportedError">
<em class="property">exception </em><code class="descclassname">pgdb.</code><code class="descname">NotSupportedError</code><a class="headerlink" href="#pgdb.NotSupportedError" title="Permalink to this definition">¶</a></dt>
<dd><p>Exception raised in case a method or database API was used which is not
supported by the database.</p>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html" title="contents/index">
<img class="logo" src="../../_static/pygresql.png" alt="Logo"/>
</a></p><div class="sphinxlocaltoc">
<h3><a href="../../index.html">Page contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Module functions and constants</a><ul>
<li><a class="reference internal" href="#connect-open-a-postgresql-connection">connect – Open a PostgreSQL connection</a></li>
<li><a class="reference internal" href="#get-set-reset-typecast-control-the-global-typecast-functions">get/set/reset_typecast – Control the global typecast functions</a></li>
<li><a class="reference internal" href="#module-constants">Module constants</a></li>
<li><a class="reference internal" href="#errors-raised-by-this-module">Errors raised by this module</a></li>
</ul>
</li>
</ul>
</div>
<div class="sphinxprev">
<h4>Previous page</h4>
<p class="topless"><a href="introduction.html"
title="Previous page">← Introduction</a></p>
</div>
<div class="sphinxnext">
<h4>Next page</h4>
<p class="topless"><a href="connection.html"
title="Next page">→ Connection – The connection object</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/contents/pgdb/module.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="relbar-bottom">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li class="right" >
<a href="connection.html" title="Connection – The connection object"
>next</a> </li>
<li class="right" >
<a href="introduction.html" title="Introduction"
>previous</a> </li>
<li><a href="../index.html">PyGreSQL 5.0 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" ><code class="docutils literal"><span class="pre">pgdb</span></code> — The DB-API Compliant Interface</a> »</li>
</ul>
</div>
</div>
<div class="footer" role="contentinfo">
© <a href="../../copyright.html">Copyright</a> 2016, The PyGreSQL team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.1.
</div>
<!-- cloud_sptheme 1.4 -->
</body>
</html>
|