Quantcast
Channel: Postgres OnLine Journal - 9.4
Browsing latest articles
Browse All 33 View Live

Foreign Data Wrappers for PostgreSQL 9.4 Windows

As stated in last article, I've packaged FDW binaries for PostgreSQL 9.4 windows 32-bit and 64-bit and added in the ogr_fdw one. These we've tested with the standard EDB VS built PostgreSQL windows...

View Article



PLV8 binaries for PostgreSQL 9.4 windows both 32-bit and 64-bit

I'm still in the middle of building packages for our clients for the packages that aren't normally distributed for windows to make upgrading to PostgreSQL 9.4 smooth. One of those is PL/V8 which we use...

View Article

Using SSL https connections with www_fdw on windows

One of the foreign data wrappers I included in the PostgreSQL 9.3 Windows FDW bag and PostgreSQL 9.4 Windows FDW bag is the www_fdw extension used for querying web services. Someone asked that since I...

View Article

Querying MS Access and other ODBC data sources with OGR_FDW

If you have the OGR_FDW we discussed in OGR FDW Windows first taste built with ODBC support, then you can access most any ODBC datasource from PostgreSQL. This is especially useful for Windows users....

View Article

LATERAL WITH ORDINALITY - numbering sets

One of the neat little features that arrived at PostgreSQL 9.4 is the WITH ORDINALITY ANSI-SQL construct. What this construct does is to tack an additional column called ordinality as an additional...

View Article


Adding properties to existing JSON object with PLV8

Lately I've been experimenting with building semi-schemaless apps. These are apps where much of the data may never be used for reporting aside from story telling and also that as time goes by some of...

View Article

PostgreSQL OGR FDW update and PostGIS 2.2 news

PostGIS 2.2 is planned to reach feature freeze June 30th 2015 so we can make the September PostgreSQL 9.5 curtain call with confidence. Great KNN enhancements for PostgreSQL 9.5 only users. I've been...

View Article

Import Foreign Schema hack with OGR_FDW and reading LibreOffice calc workbooks

PostgreSQL 9.4 and below doesn't support importing whole set of tables from a FOREIGN server, but PostgreSQL 9.5 does with the upcoming Import Foreign Schema. To use will require FDW wrapper designers...

View Article


PostGIS 2.2 Windows users hold off on installing latest PostgreSQL patch release

Someone reported recently on PostGIS mailing list, that they were unable to install PostGIS 2.2.1 bundle or PostGIS 2.2.2 binaries on a clean PostgreSQL 9.5.2 install. Someone also complained about...

View Article


regexp_split_to_table and string_to_array unnest performance

Whenever you need to split a text into multiple records breaking by some delimeter, there are two common options that PostgreSQL provides. The first isregpexp_split_to_table and then next popular is...

View Article

PostgreSQL JSQuery extension Windows binaries

PostgreSQL JSQuery extension Windows binariesThe JSQuery extension is a PostgreSQL extension developed by Postgres Professional. You can get the source code and instructions for use...

View Article

Unpivoting data using JSON functions

Most of our use-cases for the built-in json support in PostgreSQL is not to implement schemaless design storage, but instead to remold data. Remolding can take the form of restructuring data into json...

View Article

PostGIS 2.5.1 Bundle for Windows

PostGIS 2.5.1 was released on November 18th 2018 and I finished off packaging the PostGIS 2.5.1 windows builds and installers targeted for PostgreSQL EDB distribution this weekend and pushing them up...

View Article


http extension for windows 64 and 32-bit updated to include PostgreSQL12 64-bit

Updated October 15th, 2019 64-bit package for PostgreSQL 11, 10 updated to 1.3.1 and PostgreSQL 12 added http extension v1.3.1 releaseFor those folks on windows who want to do http gets and posts...

View Article

VARIADIC Unnest

PostgreSQL keeps on adding new great stuff. It's hard to remember all the good stuff that has been added over the years. One of the neat ones from the past is the variadic Unnest function which I...

View Article

Browsing latest articles
Browse All 33 View Live




Latest Images