diff --git a/docs/print.html b/docs/print.html index fd6ec5d..94591fe 100644 --- a/docs/print.html +++ b/docs/print.html @@ -821,7 +821,8 @@

OBJECT

Dynamic Literals

Row Literals

It is possible return an entire document (row) as a single literal value. -The syntax is akin to Postgres ROW literals. +The syntax is akin to Postgres +ROW literals. Unlike table.*, which pads non-existent columns with NULL, a row literal returns exactly the schema specified for each individual row.