mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Make new error code name match SQL standard more closely
Discussion: https://www.postgresql.org/message-id/dff3d555-bea4-ac24-29b2-29521b9d08e8%402ndquadrant.com
This commit is contained in:
@ -344,7 +344,7 @@ returns bool
|
||||
</itemizedlist>
|
||||
Before doing so, the function should check the sign
|
||||
of <replaceable>offset</replaceable>: if it is less than zero, raise
|
||||
error <literal>ERRCODE_INVALID_PRECEDING_FOLLOWING_SIZE</literal> (22013)
|
||||
error <literal>ERRCODE_INVALID_PRECEDING_OR_FOLLOWING_SIZE</literal> (22013)
|
||||
with error text like <quote>invalid preceding or following size in window
|
||||
function</quote>. (This is required by the SQL standard, although
|
||||
nonstandard operator families might perhaps choose to ignore this
|
||||
|
Reference in New Issue
Block a user