diff options
| author | Noufal Ibrahim <noufal@nibrahim.net.in> | 2013-12-05 18:21:49 +0530 |
|---|---|---|
| committer | Noufal Ibrahim <noufal@nibrahim.net.in> | 2013-12-10 01:07:36 +0530 |
| commit | 4eb8437f61139179a18f63168ff9987acfd0f3ca (patch) | |
| tree | ce7ab115f704dccad0e434472d543ca54ad28fe7 /doc/build | |
| parent | 96359c6f3e81f55275666e94d9b9cadb7a1d923e (diff) | |
| download | sqlalchemy-4eb8437f61139179a18f63168ff9987acfd0f3ca.tar.gz | |
Updates documentation for tsvector type.
Signed-off-by: Noufal Ibrahim <noufal@nibrahim.net.in>
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/dialects/postgresql.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst index c5a28bacf..4fbbf52b6 100644 --- a/doc/build/dialects/postgresql.rst +++ b/doc/build/dialects/postgresql.rst @@ -17,7 +17,7 @@ they originate from :mod:`sqlalchemy.types` or from the local dialect:: DOUBLE_PRECISION, ENUM, FLOAT, HSTORE, INET, INTEGER, \ INTERVAL, MACADDR, NUMERIC, REAL, SMALLINT, TEXT, TIME, \ TIMESTAMP, UUID, VARCHAR, INT4RANGE, INT8RANGE, NUMRANGE, \ - DATERANGE, TSRANGE, TSTZRANGE + DATERANGE, TSRANGE, TSTZRANGE, TSVECTOR Types which are specific to PostgreSQL, or have PostgreSQL-specific construction arguments, are as follows: @@ -77,6 +77,8 @@ construction arguments, are as follows: .. autoclass:: REAL :members: __init__ +.. autoclass:: TSVECTOR + :members: __init__ .. autoclass:: UUID :members: __init__ |
