Earlier quoted context omitted.
If you had any idea how long it took to get that language right...
I'd be curious to hear the alternatives, and the overall process used to arrive at the current language.
Heroku Postgres
51–60 of 78 posts
Re: Heroku Postgres
#52Re: Heroku Postgres
#53If there is anyone from heroku reading, please pay some money to http://www.sequelpro.com/ developers to develop postgresql compatibility. All GUIs available on OS X for postgres are horrible
Re: Heroku Postgres
#54Earlier quoted context omitted.
You can set up Point In Time Recovery (PITR), and replay recovery logs. It's not clear from Heroku's pages whether their solution is set up that way.
It sounds like their solution is set up that way. From https://postgres.heroku.com/#protect : "Every change to your data is written to write-ahead logs, which are shipped to multi-datacenter, high-durability storage. In the unlikely event of unrecoverable hardware failure, these logs can be automatically 'replayed' to recover the database to within seconds of its last known state."
I think the question is whether the customer will be able to perform a point in time recovery, and what the size and resolution of the backlog is.
Re: Heroku Postgres
#55Re: Heroku Postgres
#56Earlier quoted context omitted.
It sounds like their solution is set up that way. From https://postgres.heroku.com/#protect : "Every change to your data is written to write-ahead logs, which are shipped to multi-datacenter, high-durability storage. In the unlikely event of unrecoverable hardware failure, these logs can be automatically 'replayed' to recover the database to within seconds of its last known state."
It sounds like their solution is set up that way. I think the question is whether the customer will be able to perform a point in time recovery, and what the size and resolution of the backlog is.
Re: Heroku Postgres
#57Re: Heroku Postgres
#58Re: Heroku Postgres
#59Earlier quoted context omitted.
What's wrong with pgAdmin ?
Ugly on any non-Windows platform, too complicated for simple use (e.g. enter a query here and show me a result or show me a schema), etc. Well, just compare Sequel Pro screenshot with pgAdmin3 :) Disclaimer: I actually like pgAdmin3, especially the visualized explain page.
Re: Heroku Postgres
#60Earlier quoted context omitted.
I love using Sequel Pro for MySQL, but also wish it had support for SQLite and PostgreSQL. It's a great app and better than all the other OSX clients that I can find on the internet, including the non-free ones. It's open source, so nothing's stopping anyone from adding support for other SQL servers.
Is Navicat OK? I've been using it for a while simply because it was one binary that did SQLite, MySQL, Oracle, MS-SQL, and PgSQL.