azure-postgresql Questions
1
I am trying to run some PostgreSQL command after creating the PostgreSQL.
First I tried to run the psql command line on my command prompt and it works. See below screenshot
The same I would like t...
Starwort asked 22/11, 2023 at 15:29
1
I am trying to write a query to do keyset pagination.
But I see an unusual behavior here.
SELECT
p.id as Id,
p.first_name as FirstName,
p.last_name as LastName,
p.age as Age,
p.created_at as Creat...
Hewlett asked 19/4, 2023 at 17:36
3
Solved
I am trying to install pg-cron extension for Azure PostgreSQL Flexible server.
According to documentation found here:
https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-ext...
Baroque asked 15/12, 2021 at 11:42
2
Solved
I'm working with ADF and Azure Managed Postgres. I've had a reoccurring issue with look-ups and query-sourced copy activities timing out after about 35 seconds.
Failure happened on 'Source' side. '...
Partizan asked 13/1, 2021 at 15:43
3
Solved
I have two servers connecting to a PostgresSQL 9.6 db hosted on Azure. The servers are doing one thing - hitting the Postgres db with a SELECT 1 query every 5 seconds.
Typical time to connect to d...
Tourer asked 5/1, 2020 at 19:4
1
© 2022 - 2024 — McMap. All rights reserved.