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

In docs, change a few cases of "not important" to "unimportant".

This commit is contained in:
Bruce Momjian
2012-08-16 10:36:33 -04:00
parent 317dd55a9c
commit 7c97f6a0cb
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 not important.
ordering of the categories within a group is unimportant.
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.