mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Lots of doc corrections.
Josh Kupershmidt
This commit is contained in:
@@ -9631,7 +9631,7 @@ SimpleTypename:
|
||||
* makes no sense for constructs like CHAR 'hi' and BIT '0101',
|
||||
* where there is an obvious better choice to make.
|
||||
* Note that ConstInterval is not included here since it must
|
||||
* be pushed up higher in the rules to accomodate the postfix
|
||||
* be pushed up higher in the rules to accommodate the postfix
|
||||
* options (e.g. INTERVAL '1' YEAR). Likewise, we have to handle
|
||||
* the generic-type-name case in AExprConst to avoid premature
|
||||
* reduce/reduce conflicts against function names.
|
||||
|
@@ -49,7 +49,7 @@
|
||||
/*
|
||||
* Collation strength (the SQL standard calls this "derivation"). Order is
|
||||
* chosen to allow comparisons to work usefully. Note: the standard doesn't
|
||||
* seem to distingish between NONE and CONFLICT.
|
||||
* seem to distinguish between NONE and CONFLICT.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user