Skip to content

DailyTechIdeas

IT technologies, promoting open source tools

Menu

  • Services
  • About

PostgreSQL

Google Cloud SQL(Postgresql) to enable private IP

Due to security requirement, most companies don’t allow Google Cloud SQL (Postgresql) to be accessible via public IP. This article shows how to configure private IP for the db so that a web service built on App engine can communicate

Jason 09/04/202209/04/2022 Cloud, Database No Comments Read more

Use Cloud function to start and stop Cloud sql

We have setup a Cloud sql database for development but would like to save cost by shutting it down during night. This article shows how to achieve this. The overall architecture is Cloud function is used to hold Python code

Jason 03/10/202003/10/2020 others 13 Comments Read more

Postgresql upgrade from 11.x to 12.1

This is a new post based on my previous “Postgresql upgrade from 9.6 to 10.0“, with necessary updates and corrections. The latest Postgresql 12 (12.1) further improved performance on parallel queries, partitions, automatic (but overridable) inlining of common table expressions (CTEs) .

Jason 11/26/201911/27/2019 Uncategorized No Comments Read more

Building a PostgreSQL docker container with debugger (pldebugger)

Further to my previous post, I wanted to enable debugging in PostgreSQL Docker container so that it can be used together with PGAdmin4. The challenge is it is not enabled by default in any of available Docker images; I also

Jason 12/04/201812/04/2018 Database, virtualisation 5 Comments Read more

Building a development box on Docker

This article is going to show steps and configurations on how to build a development box (PHP CodeIgniter + Apache + PostgreSQL) using Docker on Windows. Why Docker Comparing to VirtualBox, it’s a lot easier and probably faster Portable. Files

Jason 06/07/201806/07/2018 Uncategorized No Comments Read more

Postgresql upgrade from 9.6 to 10.0

The lasted Postgresql 10 brings in a number of exciting new features: parallel queries, partitions, new sequence and logical replication. Below are steps to upgrade v9.6 to v10. It has similar steps as described in my previous post “Postgresql upgrade

Jason 10/26/201710/26/2017 Database No Comments Read more

Enable debug in PostgreSQL

PgAdmin comes with built-in support for debugging your Pl/PgSQL programs. However in order to enable this, you’ll have to compile and install extra plug-in to PostgreSQL. I Googled a lot but didn’t find one single post with all steps so

Jason 06/15/201712/02/2019 Database 3 Comments Read more

Using Oracle SQL Developer Data Modeller (SDDM) for Postgresql

I have been searching for a good data modelling tool (ER modelling) for Postgresql – have tried a number of products but none of them are satisfactory except for SAP Powerdesigner which I really like. However it’s expensive and I don’t

Jason 05/23/2017 Uncategorized No Comments Read more

Postgresql 10 new features

Personally excited about the new version of Postgresql V10. It’s still in beta stage but it has following exciting new features that I have been waiting for: Table partition. A genuine identify column. The previous serial is implemented by a separate

Jason 05/23/2017 Uncategorized No Comments Read more

Google Cloud Platform – Introduction

I’ve been trying Google Cloud platform for a while and this article is about my experience with it. If you’re interested, you can get free trial for a year ($300 worth of credit). Initially Google Cloud platform looks daunting –

Jason 05/16/201705/16/2017 others, Reviews No Comments Read more
  • « Previous

Recent Posts

  • Bar chart race
  • SQL left join ON clause/filter
  • Hummingbot – Liquidity Mining (Part 2)
  • Free VPN server setup
  • Free VPS for WordPress

Recent Comments

  • Jason on Hummingbot – Liquidity Mining (Part 2)
  • Pacs on Hummingbot – Liquidity Mining (Part 2)
  • Jason on Building a PostgreSQL docker container with debugger (pldebugger)
  • Ivan on Building a PostgreSQL docker container with debugger (pldebugger)
  • Ivan on Building a PostgreSQL docker container with debugger (pldebugger)

Archives

  • March 2024
  • July 2023
  • February 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • April 2021
  • July 2020
  • May 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • June 2019
  • February 2019
  • December 2018
  • June 2018
  • May 2018
  • December 2017
  • November 2017
  • October 2017
  • June 2017
  • May 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • September 2014
  • August 2014
  • May 2014
  • July 2013
  • April 2013
  • March 2013

Categories

  • Cloud
  • crypto
  • Database
  • others
  • Programming
  • Reporting
  • Reviews
  • SAP
  • Telco billing
  • Uncategorized
  • virtualisation

Copyright © 2025 DailyTechIdeas. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.