Here is the error details we resolved. PostgreSQL libpq.5.dylib LoadError The above issue when starting the rails application, Solution: If you are recently upgraded the PostgreSql 14.5, that affected gem installed in the application. To resolve the issue you have to uninstall the Gem ‘pg’ and reinstall it again. Command to execute: orMention the gem […]
Category: PostgreSQL
How to use regular expressions in PostgreSQL with examples
How to Install PostgreSQL 9.6 in Fedora 30/31/32
This guide explains about, How to install PostgreSQL 9.6 in Fedora 30/31/32. As of now PostgreSQL supports its latest version PostgreSQL 12 in Fedora 32. But still if you wish to install PostgreSQL 9.6 because of your application/language compatibility, this step by step guide will help you. Step 1: Install PostgreSQL 9.6 Repo Installing this repo will […]
Installing PostgreSQL 9.6 in Fedora 28/29/30
This guide explains about, How to install PostgreSQL 9.6 in Fedora 28/29/30. As of now PostgreSQL supports its latest version PostgreSQL 11 in Fedora 30. But still if you wish to install PostgreSQL 9.6 because of your application/language compatibility, this step by step guide will help you. Step 1: Install PostgreSQL 9.6 Repo Installing this repo will […]