We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Autocluster example mentioned in our DOC doesn't seem to work(https://www.enterprisedb.com/docs/pg_extensions/advanced_storage_pack/using/#autocluster-example)
edb=# INSERT INTO iot (thermostat_id, recordtime) VALUES (456, 12:01); ERROR: syntax error at or near ":" LINE 1: ...RT INTO iot (thermostat_id, recordtime) VALUES (456, 12:01); ^ edb=# INSERT INTO iot (thermostat_id, recordtime) VALUES (8945, 04:55);
ERROR: syntax error at or near ":" LINE 1: ...T INTO iot (thermostat_id, recordtime) VALUES (8945, 04:55);
https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/pg_extensions/advanced_storage_pack/using.mdx
insert command should work
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The Autocluster example mentioned in our DOC doesn't seem to work(https://www.enterprisedb.com/docs/pg_extensions/advanced_storage_pack/using/#autocluster-example)
edb=# INSERT INTO iot (thermostat_id, recordtime) VALUES (456, 12:01);
ERROR: syntax error at or near ":"
LINE 1: ...RT INTO iot (thermostat_id, recordtime) VALUES (456, 12:01);
^
edb=# INSERT INTO iot (thermostat_id, recordtime) VALUES (8945, 04:55);
ERROR: syntax error at or near ":"
LINE 1: ...T INTO iot (thermostat_id, recordtime) VALUES (8945, 04:55);
Where did you see the problem?
https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/pg_extensions/advanced_storage_pack/using.mdx
Expected behavior
insert command should work
Screenshots
No response
Browser / Platform
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: