adding timescaledb extension in postgresql db by following command in windows.
Command: CREATE EXTENSION IF NOT EXISTS timescaledb;
Error: could not open extension control file "/usr/share/postgresql/9.5/extension/timescaledb.control": No such file or directory
Tried to do setup again for postgresql and timescale db but it did not happen. Could see the file at path 'C:\Program Files\PostgreSQL\10\share\extension\timescaledb.control' any way to setup on the error path.
output for pg_config:
BINDIR = C:/PROGRA~1/POSTGR~1/10/bin
DOCDIR = C:/PROGRA~1/POSTGR~1/10/doc
HTMLDIR = C:/PROGRA~1/POSTGR~1/10/doc
INCLUDEDIR = C:/PROGRA~1/POSTGR~1/10/include
PKGINCLUDEDIR = C:/PROGRA~1/POSTGR~1/10/include
INCLUDEDIR-SERVER = C:/PROGRA~1/POSTGR~1/10/include/server
LIBDIR = C:/PROGRA~1/POSTGR~1/10/lib
PKGLIBDIR = C:/PROGRA~1/POSTGR~1/10/lib
LOCALEDIR = C:/PROGRA~1/POSTGR~1/10/share/locale
MANDIR = C:/Program Files/PostgreSQL/10/man
SHAREDIR = C:/PROGRA~1/POSTGR~1/10/share
SYSCONFDIR = C:/Program Files/PostgreSQL/10/etc
PGXS = C:/Program Files/PostgreSQL/10/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = --enable-thread-safety --enable-nls --with-ldap --with-openssl --with-ossp-uuid --with-libxml --with-libxslt --with-icu --with-tcl --with-perl --with-python
CC = not recorded
CPPFLAGS = not recorded
CFLAGS = not recorded
CFLAGS_SL = not recorded
LDFLAGS = not recorded
LDFLAGS_EX = not recorded
LDFLAGS_SL = not recorded
LIBS = not recorded
VERSION = PostgreSQL 10.11