mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Additional spelling corrections
A few more minor spelling corrections, no functional changes. Thom Brown
This commit is contained in:
@ -161,7 +161,7 @@ window_percent_rank(PG_FUNCTION_ARGS)
|
||||
|
||||
/*
|
||||
* cume_dist
|
||||
* return fraction betweeen 0 and 1 inclusive,
|
||||
* return fraction between 0 and 1 inclusive,
|
||||
* which is described as NP / NR, where NP is the number of rows preceding or
|
||||
* peers to the current row, and NR is the total number of rows, per spec.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user