diff options
author | Tom Lane | 2001-11-19 03:58:25 +0000 |
---|---|---|
committer | Tom Lane | 2001-11-19 03:58:25 +0000 |
commit | 9b03776ff2a1fc3af1748f188c682e4eb270ceaa (patch) | |
tree | 27d64a8ea880871c2186259db3774966a81d5afb /src/interfaces/python | |
parent | 9f07cb70db41ff723603242cacff92d8758c3385 (diff) |
A bunch of small doco updates motivated by scanning the comments on
the interactive docs.
Diffstat (limited to 'src/interfaces/python')
-rw-r--r-- | src/interfaces/python/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/python/README b/src/interfaces/python/README index 24e100efac2..7d9c73ae3d7 100644 --- a/src/interfaces/python/README +++ b/src/interfaces/python/README @@ -976,9 +976,10 @@ The following describes the methods and variables of this class. Parameters: table - name of table Returns: - List of attribute names + Dictionary of attribute names (the names are the keys, the values + are the names of the attributes' types) Description: - Given the name of a table, digs out the list of attribute names. + Given the name of a table, digs out the set of attribute names. 3.6. get - get a tuple from a database table -------------------------------------------- |