2017 © Pedro Peláez
 

silverstripe-vendormodule postgresql

SilverStripe now has tentative support for PostgreSQL ('Postgres')

image

silverstripe/postgresql

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  • Friday, July 13, 2018
  • by chillu
  • Repository
  • 14 Watchers
  • 16 Stars
  • 143,574 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 32 Forks
  • 4 Open issues
  • 16 Versions
  • 4 % Grown

The README.md

PostgreSQL Module Module

Build Status SilverStripe supported module, (*1)

Requirements

  • SilverStripe 4.0
  • PostgreSQL >=9.2
  • Note: PostgreSQL 10 has not been tested

Installation

composer require silverstripe/postgresql

Configuration

Environment file

Add the following settings to your .env file:, (*2)

SS_DATABASE_CLASS=PostgreSQLDatabase
SS_DATABASE_USERNAME=
SS_DATABASE_PASSWORD=

See environment variables for more details. Note that a database will automatically be created via dev/build., (*3)

Through the installer

Open the installer by browsing to install.php, e.g. http://localhost/install.php Select PostgreSQL in the database list and enter your database details, (*4)

Usage Overview

See docs/en for more information about configuring the module., (*5)

Known issues

All column and table names must be double-quoted. PostgreSQL automatically lower-cases columns, and your queries will fail if you don't., (*6)

Collations have known issues when installed on Alpine, MacOS X and BSD derivatives (see PostgreSQL FAQ). We do not support such installations, although they still may work correctly for you. As a workaround for PostgreSQL 10+ you could manually switch to ICU collations (e.g. und-x-icu). There are no known workarounds for PostgreSQL <10., (*7)

Ts_vector columns are not automatically detected by the built-in search filters. That means if you're doing a search through the CMS on a ModelAdmin object, it will use LIKE queries which are very slow. If you're writing your own front-end search system, you can specify the columns to use for search purposes, and you get the full benefits of T-Search., (*8)

If you are using unsupported modules, there may be instances of MySQL-specific SQL queries which will need to be made database-agnostic where possible., (*9)

The Versions

13/07 2018

dev-master

9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

13/07 2018

2.x-dev

2.9999999.9999999.9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

08/02 2018

2.0.x-dev

2.0.9999999.9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

08/02 2018

2.0.2

2.0.2.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

07/12 2017

2.0.1

2.0.1.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

07/12 2017

1.x-dev

1.9999999.9999999.9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

07/12 2017

1.2.x-dev

1.2.9999999.9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

07/12 2017

1.2.1

1.2.1.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

27/11 2017

2.0.0

2.0.0.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

19/11 2017

2.0.0-beta1

2.0.0.0-beta1

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

database postgresql silverstripe

26/07 2017

1.1.x-dev

1.1.9999999.9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

26/07 2017

1.0.x-dev

1.0.9999999.9999999-dev

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

26/10 2016

2.0.0-alpha1

2.0.0.0-alpha1

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

The Development Requires

database postgresql silverstripe

16/10 2015

1.2.0

1.2.0.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

14/10 2014

1.1.0

1.1.0.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe

09/11 2012

1.0.0

1.0.0.0

SilverStripe now has tentative support for PostgreSQL ('Postgres')

  Sources   Download

The Requires

 

database postgresql silverstripe