Skip to content
#

PostgreSQL

postgresql logo

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.

Here are 1,214 public repositories matching this topic...

jspeedz
jspeedz commented Sep 5, 2019

What went wrong?

I'm getting deprecation warnings with openSSL encryption.

[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre

Someone take a look at this! good first issue
keithdoggett
keithdoggett commented Mar 4, 2021

In order to determine the properties of a geometry column, the OID::Spatial#parse_sql_type method is called in the SchemaStatements#initialize_type_map method for geometry types. This method parses a sql_type (ex. "geometry(Polygon,4326)") and derives the geo_type, srid, has_z, has_m, and geographic properties from the string.

The problem is that after a join, sql_type comes i

rockiespinhead
rockiespinhead commented Apr 22, 2019

Cookbook version

7.1.4

Chef-client version

14.12.3

Platform Details

Oracle Enterprise Linux 7.6 x86_64

Scenario:

install postgresql 10.5

Steps to Reproduce:

run recipe that tries;
postgresql_server_install 'package' do
version '10.5'
action [:install, :create]
end

Expected Result:

successful install

Actual Result:

[What actually happens af

Good First Issue Bug Upstream Bug Priority: Medium

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia