mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Allow per-column foreign data wrapper options.
Shigeru Hanada, with fairly minor editing by me.
This commit is contained in:
@ -2102,6 +2102,7 @@ _outColumnDef(StringInfo str, ColumnDef *node)
|
||||
WRITE_NODE_FIELD(collClause);
|
||||
WRITE_OID_FIELD(collOid);
|
||||
WRITE_NODE_FIELD(constraints);
|
||||
WRITE_NODE_FIELD(fdwoptions);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user