<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document>
 <header>
  <title>pg_typical</title>
  <subtitle>Type I/O Routines</subtitle>
  <abstract>pg_typical provides routines for serializing and parsing many PostgreSQL
  types. This is primarily of interest to client developers that wish to convert binary
  PostgreSQL objects off of the wire into Python objects and back.</abstract>
 </header>
 <body>
  <table>
   <tr>
    <th colspan="1" rowspan="1">Version</th>
    <th colspan="1" rowspan="1">Download</th>
    <th colspan="1" rowspan="1">Documentation</th>
    <th colspan="1" rowspan="1">Description</th>
   </tr>
   <tr>
    <td colspan="1" rowspan="1">1.0</td>
    <td colspan="1" rowspan="1"><link href="/files/pg_typical-1.0.tar.gz">Source.tgz</link></td>
    <td colspan="1" rowspan="1"><link href="/doc/pg_typical-1.0.html">HTML</link></td>
    <td colspan="1" rowspan="1">Latest Stable</td>
   </tr>
  </table>
  <section>
   <title>Features</title>
   <ul>
    <li>floating point &amp; integer timestamps</li>
    <li>record types</li>
    <li>array types</li>
    <li>geometry types</li>
    <li>network types</li>
   </ul>
  </section>
  <section>
   <title>SCM</title>
   <p>
    <code>cvs -d :pserver:anonymous:@cvs.pgfoundry.org:/cvsroot/python co typ</code>
   </p>
   <p>
    <link href="http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ">Web
    Interface</link>
   </p>
  </section>
 </body>
</document><!--
 ! vim: ts=1:sw=1:et:
 !-->