File: index.txt

package info (click to toggle)
pygresql 1%3A5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,340 kB
  • ctags: 2,187
  • sloc: python: 13,239; ansic: 4,975; makefile: 164
file content (17 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-------------------
A PostgreSQL Primer
-------------------

The examples in this chapter of the documentation have been taken
from the PostgreSQL manual. They demonstrate some PostgreSQL features
using the classic PyGreSQL interface. They can serve as an introduction
to PostgreSQL, but not so much as examples for the use of PyGreSQL.

Contents
========

.. toctree::
    basic
    advanced
    func
    syscat