1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Revert: In docs, change a few cases of "not important" to

"unimportant".

Per request from Heikki
This commit is contained in:
Bruce Momjian
2012-08-16 11:26:40 -04:00
parent d5816d11af
commit 5c1b2f5daa
4 changed files with 5 additions and 5 deletions

View File

@@ -516,7 +516,7 @@ row_name extra cat1 cat2 cat3 cat4
In practice the <parameter>source_sql</parameter> query should always
specify <literal>ORDER BY 1</> to ensure that values with the same
<structfield>row_name</structfield> are brought together. However,
ordering of the categories within a group is unimportant.
ordering of the categories within a group is not important.
Also, it is essential to be sure that the order of the
<parameter>category_sql</parameter> query's output matches the specified
output column order.