mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Use lower-case SGML attribute values
for DocBook XML compatibility
This commit is contained in:
@@ -1854,7 +1854,7 @@ SELECT <replaceable>select_list</replaceable>
|
||||
that can be used in a query without having to actually create and populate
|
||||
a table on-disk. The syntax is
|
||||
<synopsis>
|
||||
VALUES ( <replaceable class="PARAMETER">expression</replaceable> [, ...] ) [, ...]
|
||||
VALUES ( <replaceable class="parameter">expression</replaceable> [, ...] ) [, ...]
|
||||
</synopsis>
|
||||
Each parenthesized list of expressions generates a row in the table.
|
||||
The lists must all have the same number of elements (i.e., the number
|
||||
|
Reference in New Issue
Block a user