mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Per-column collation support
This adds collation support for columns and domains, a COLLATE clause to override it per expression, and B-tree index support. Peter Eisentraut reviewed by Pavel Stehule, Itagaki Takahiro, Robert Haas, Noah Misch
This commit is contained in:
@@ -145,6 +145,7 @@ extern ArrayRef *transformArraySubscripts(ParseState *pstate,
|
||||
Oid arrayType,
|
||||
Oid elementType,
|
||||
int32 arrayTypMod,
|
||||
Oid arrayColl,
|
||||
List *indirection,
|
||||
Node *assignFrom);
|
||||
extern Const *make_const(ParseState *pstate, Value *value, int location);
|
||||
|
Reference in New Issue
Block a user