I am attempting to install PgBouncer on my computer with no success. In the installation page, im told that PgBouncer has two dependencies GNU Make 3.81+ and
I have a db named backupdb, I want to import this to my local rails app so I want to take a dump of it. When I am running pg_dump backupdb, I am getting below
I'm new to postgresql. Can anyone suggest the reason and solution to this error? However it works if I select an extra sum(s.length) but i don't won't this in m
I'm working in a centralized monitoring system on Windows 2008 R2, I have installed a PostgreSQL 9.3 to use psql from the command line. When I try to access to
I'm am tryng to import a database, however i'm getting this message : Client home is not specified for connection I guess that i have to configurate the clien
I need to write a query that returns the latest message in a conversation between two users. I've included the schema and my (failed) attempts in this fiddle: h
I've hit a really nasty situation. I have the following setup. I have a django model representing an FSM with a django FSM field I have a celery task that sen
I've a pretty simple CRUD for a Task list, and so far I'm able to Create, List all, List by ID and Delete records, bu when I try to update, it gives me the foll
How do I declare a variable for used in a PostgreSQL 9.3 query? CREATE or replace FUNCTION public.test() returns int4 AS $BODY$ DECLARE cod_process bi
My question might look similar to some earlier posts but none of the solution has answered what is the rootcause of this behavior. I would try to explain what I
I'm struggling to register DI NpgsqlConnection() with multiple connection strings in ASP.NET Core 3.1, Dapper v2.0.78 & Postgres v11. I will provide the cur
I have two string columns a and b in a table foo. select a, b from foo returns values a and b. However, concatenation of a and b does not work. I tried : sel
I have a working query that is grouping data by hardware model and a result, but the problem is there are many "results". I have tried to reduce that down to "
I have a table with 2 columns; ID (int) and EntityData (JSON). I have created a filter object in form of a Dictionary in C#. I want to fetch all rows which sati
I am new to PostgreSQL and I was wondering if there is a direct way to just convert the timestamp values in a table to a different timezone using a function. In
I am trying to write a function that when my script pulls information from AD that it inserts new entries that don't exist and then update the ones that do exis
After the new typeorm release a have some troubles to work with migrations. Some time ago i was using that code and it work entities: ['./src/modules/**/infra/t
How can I find all Views and Tables with rules which depend on a given Table? I need this in order to find which views and tables I have to check if I want to
When I create a kafka connect connector with the debezium connector, it results in four database connections. Three of them remain idle, while one works as the
i am trying create postgresql container with this command in windows with WSL 2 integration enabled docker run -d --name pg-docker --restart=always --publish 54