समझ गया। ALTER EXTENSION timescaledb UPDATE;
करीब था - लेकिन इसे डेटाबेस पर निष्पादित किया जाना है psql पर लॉग इन करने के बाद आप विश्व स्तर पर नहीं, बल्कि इससे जुड़े हुए हैं। और -X
. पास करने की भी सिफारिश की जाती है स्टार्टअप फ़ाइल (~/.psqlrc) पढ़ने को अक्षम करने का तर्क।
psql -X -U postgres -h localhost -W
\c your-timescale-extended-database-name
ALTER EXTENSION timescaledb UPDATE;
\dx
आउटपुट:
List of installed extensions
Name | Version | Schema | Description
-------------+---------+------------+-------------------------------------------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
timescaledb | 0.9.1 | public | Enables scalable inserts and complex queries for time-series data
(2 rows)
\q
psql छोड़ने के लिए