EnterpriseDB/docs

Regarding "Using EDB Advanced Storage Pack"

Opened this issue · 0 comments

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