- Learning Heroku Postgres
- Patrick Espake
- 173字
- 2021-07-23 20:48:35
Postgres supported versions
PostgreSQL is a relational database, open source, and very powerful. It has over 20 years of development and has a proved and reliable architecture. It is commonly adopted in many applications because of the following advantages:
- An open-source SQL standard compliant RDBMS
- Strong community
- Strong third-party support
- Extensible
- Objective
PostgreSQL is provided on Heroku via an add-on. This add-on has a free initial plan, only for small applications such as websites or blogs and then is available at a given series of paid plans, according to your need.
Each year a new version of PostgreSQL is released and Heroku adopts the newest version as standard in a very short time. Heroku keeps the current version and the last three versions. The versions currently available are:
- 9.4 (beta)
- 9.3 (default)
- 9.2
- 9.1
- 9.0 (deprecated, support ended December 3, 2014)
This means that every three years you need to upgrade the version of PostgreSQL used in your application because a new version of PostgreSQL is available and the last one is deprecated.
- JBoss Weld CDI for Java Platform
- LaTeX Cookbook
- Docker進階與實戰
- Android Development with Kotlin
- 實用防銹油配方與制備200例
- Silverlight魔幻銀燈
- SSM輕量級框架應用實戰
- Modular Programming in Java 9
- Python時間序列預測
- Linux Device Drivers Development
- Java網絡編程核心技術詳解(視頻微課版)
- Maven for Eclipse
- 軟件測試技術
- Oracle SOA Suite 12c Administrator's Guide
- 循序漸進Vue.js 3前端開發實戰