-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF11, 5.6-RC2, 5.6
-
Component/s: Core VCS
-
Environment:PostgreSQL
On PostgreSQL these are reserved column names:
xmin, xmax, cmin, cmax, ctid, oid, tableoid
They should never be used in a table column creation. We can add a "_" suffix to them for instance.
- depends on
-
NXS-956 Forbid some field names to avoid crash on reserved column names for some databases
- Resolved