Does anyone have experience using this feature?
When I try to run the CREATE GLOBAL TABLE clause, the SQL parser rejects this as invalid syntax. But, the Postgres documentation has it in there as valid. I tried researching this, but I am not finding anything that seems to help.
Btw, when I remove the "GLOBAL" option, the table creates nicely.
Any suggestions or explanations?
Gary
gwinn7
When I try to run the CREATE GLOBAL TABLE clause, the SQL parser rejects this as invalid syntax. But, the Postgres documentation has it in there as valid. I tried researching this, but I am not finding anything that seems to help.
Btw, when I remove the "GLOBAL" option, the table creates nicely.
Any suggestions or explanations?
Gary
gwinn7