diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-17 22:58:23 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-17 22:58:23 -0500 |
| commit | cda08307bedd4c0aadb49457f0912103179eadca (patch) | |
| tree | 74279773a19263abf7c92a76bfa0dbac43e62cd4 /doc/build/dialects | |
| parent | 713a1d3b241d23873ac8c2edeb81e073afd2db87 (diff) | |
| download | sqlalchemy-cda08307bedd4c0aadb49457f0912103179eadca.tar.gz | |
- hstore documentation, migration
- don't need a custom exception here, just use ValueError
Diffstat (limited to 'doc/build/dialects')
| -rw-r--r-- | doc/build/dialects/postgresql.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst index 3943f865a..ac89ab123 100644 --- a/doc/build/dialects/postgresql.rst +++ b/doc/build/dialects/postgresql.rst @@ -50,6 +50,11 @@ construction arguments, are as follows: :show-inheritance: .. autoclass:: HSTORE + :members: + :show-inheritance: + +.. autoclass:: hstore + :members: :show-inheritance: .. autoclass:: INET |
