X Tutup
The Wayback Machine - https://web.archive.org/web/20201208204834/https://github.com/PostgresApp/PostgresApp/issues/504
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

Add timescaledb extension #504

Open
mashaalmemon opened this issue Mar 15, 2019 · 3 comments
Open

Add timescaledb extension #504

mashaalmemon opened this issue Mar 15, 2019 · 3 comments

Comments

@mashaalmemon
Copy link

@mashaalmemon mashaalmemon commented Mar 15, 2019

Would like to request that the TimescaleDb extension be added to the distribution?

Azure will be adding this extension in their managed Postgres environment as of this month as can be seen here. We would love to have the extension available in our local development environments, which today is Postgres.app.

@jakob
Copy link
Member

@jakob jakob commented Mar 21, 2019

How difficult is building Timescale yourself with Postgres.app? Do the instructions from their docs work with Postgres.app? https://docs.timescale.com/v1.2/getting-started/installation/macos/installation-source

I understand that it would be nice to have out-of-the-box support like with PostGIS, but I really don't know how popular TimescaleDB is. Building Postgres.app is a lot of work already, so I'm not all too eager to add even more things...

@mashaalmemon
Copy link
Author

@mashaalmemon mashaalmemon commented Mar 24, 2019

Hi Jacob,

I just went through the process and it isn't very difficult at all. I had to do a bit of digging around in order to figure out how to have the "pg_config" of the particular server version be the one that TimescaleDB would use, but once I figured that out it was pretty smooth sailing.

The instructions for timescale work except:

  • You need the local "pg_config" from the postgres.app version of Postgres to be the default.
  • "./bootstrap" will not work if you don't have "openssl" installed, but you can ignore that with a switch like so: "./bootstrap -DUSE_OPENSSL=0"
  • Other than this the instructions seem to work well and extension was installed from source without a hitch.

Re out of the box support, understand how that can add overhead. Perhaps in lieu of this, it makes sense to add some info into the documentation on how to install extensions?

@slashdotdash
Copy link

@slashdotdash slashdotdash commented Mar 13, 2020

I've written up a step-by-step guide to installing TimescaleDB with Postgres.app following the "install from source" instructions.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup