> laurenz.a...@cybertec.at wrote:
>
>> b...@yugabyte.com wrote:
>>
>>> laurenz.a...@cybertec.at wrote:
>>>
>>> I recently used cursor scrollability, so I can show you a use case:
>>>
>>> github.com/cybertec-postgresql/db_migrator/blob/master/db_migrator--1.0.0.sql#L49
>>
>> However, source cod
OK, that makes sense. I think something that is unique to subscribers is
sensible, postmaster startup time sounds reasonable!
Thanks for looking at it.
On Thu, Mar 23, 2023 at 8:17 AM Kyotaro Horiguchi
wrote:
> At Wed, 22 Mar 2023 09:25:37 +, Will Roper <
> will.ro...@democracyclub.org.uk> w
On 3/23/23 09:54, Zwettler Markus (OIZ) wrote:
I want to install vacuumlo on a client.
I would install client + contrib + libs package:
yum install postgresql15 postgresql15-contrib postgresql15-libs
Is this enough or are there some other rpm / libs needed?
That should cover it.
To test at
I want to install vacuumlo on a client.
I would install client + contrib + libs package:
yum install postgresql15 postgresql15-contrib postgresql15-libs
Is this enough or are there some other rpm / libs needed?
On 3/23/23 04:12, Dominique Devienne wrote:
We have a query returning 1 row per constraint column,
which until recently we didn't realize wasn't preserving order of the
columns.
A colleague fixed that, with something like below:
SELECT ...
FROM pg_catalog.pg_constraint cnstr
...
CROSS JOIN LA
On Thu, Mar 23, 2023 at 1:46 PM MS A wrote:
> Hi Team,
>
> My name is Sabjar Ali working for one of the MNC companies, I am planning
> to do Postgresql professional certification. Regarding the same i don't
> find any link in postgresql.org site.
>
> Please help me how i can approach to do my Pos
Hi Team,
My name is Sabjar Ali working for one of the MNC companies, I am planning
to do Postgresql professional certification. Regarding the same i don't
find any link in postgresql.org site.
Please help me how i can approach to do my Postgresql professional
certification.
Thanks
Sabjar Ali
We have a query returning 1 row per constraint column,
which until recently we didn't realize wasn't preserving order of the
columns.
A colleague fixed that, with something like below:
SELECT ...
FROM pg_catalog.pg_constraint cnstr
...
CROSS JOIN LATERAL UNNEST(cnstr.conkey) WITH ORDINALITY AS co
At Wed, 22 Mar 2023 09:25:37 +, Will Roper
wrote in
> Thanks for the response Hou,
>
> I've had a look and when the tablesync workers are spinning up there are
> some errors of the form:
>
> "2023-03-17 18:37:06.900 UTC [4071] LOG: logical replication table
> synchronization worker for su