Mar 5, 2016 batch example pl/pgsql postgres script xml xpath Use XPath in PL/PGSQL for Batch Processing A while ago I had to process XML loaded in a PostgreSQL database. The task was to extract references from a publication structure. Fortunately, PostgreSQL
Feb 5, 2016 database machines migrate postgres two Migrate PostgreSQL Between Two Machines TL;DR: Once you prepare the connection, pg_dump is your friend. Recently, we had to migrate a large-ish DB (1.5 TB) from a
Jul 24, 2015 load postgres psycopg python query xml Add XML to PostgreSQL from Python One of the projects I worked on was to import a large number of XML files in a PostgreSQL database (as XML files). I chose
Mar 23, 2015 add autoincrement column db key postgres primary sql Add Primary Key Column to PostgreSQL Table The other day I got a question: How to add a numeric PK column to an already existent table? A quick look on the net
Dec 16, 2014 distance fuzzy index postgres Fuzzy String Matching in PostgreSQL A database I am working on has a lot of records (40M+) and the guys mining it are currently using python to process it. This