Skip to content
New issue

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

Regarding "Using EDB Advanced Storage Pack" #5486

Open
tusharahuja opened this issue Apr 9, 2024 · 0 comments
Open

Regarding "Using EDB Advanced Storage Pack" #5486

tusharahuja opened this issue Apr 9, 2024 · 0 comments

Comments

@tusharahuja
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant