1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

A bunch of small doco updates motivated by scanning the comments on

the interactive docs.
This commit is contained in:
Tom Lane
2001-11-19 03:58:25 +00:00
parent 9f07cb70db
commit 9b03776ff2
22 changed files with 256 additions and 154 deletions

View File

@ -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
--------------------------------------------