mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix various common mispellings.
Mostly these are just comments but there are a few in documentation and a handful in code and tests. Hopefully this doesn't cause too much unnecessary pain for backpatching. I relented from some of the most common like "thru" for that reason. The rest don't seem numerous enough to cause problems. Thanks to Kevin Lyda's tool https://pypi.python.org/pypi/misspellings
This commit is contained in:
@@ -4168,7 +4168,7 @@ testdb=> <userinput>\crosstabview first second</userinput>
|
||||
</programlisting>
|
||||
|
||||
This second example shows a multiplication table with rows sorted in reverse
|
||||
numerical order and columns with an independant, ascending numerical order.
|
||||
numerical order and columns with an independent, ascending numerical order.
|
||||
<programlisting>
|
||||
testdb=> <userinput>SELECT t1.first as "A", t2.first+100 AS "B", t1.first*(t2.first+100) as "AxB",</userinput>
|
||||
testdb(> <userinput>row_number() over(order by t2.first) AS ord</userinput>
|
||||
|
||||
Reference in New Issue
Block a user