Hey Folks-
I've got 2 projects out that I'm finding useful, so I thought I'd share with
the wider postgres community.
The first is PgPartition [0]. This (python) tool eliminates the monotony of
dealing with partitions. It generates SQL to create/index/remove/alter
partitions.
The second is PgT
Hey Folks-
I've got 2 projects out that I'm finding useful, so I thought I'd share with
the wider postgres community.
The first is PgPartition [0]. This (python) tool eliminates the monotony of
dealing with partitions. It generates SQL to create/index/remove/alter
partitions.
The second is PgT
Hi, and thanks for the reply.
We're issuing queries from within our application where transactions
span a whole unit of work, so wrapping a single query in a transaction
just to set the param isn't really feasible except on a separate
connection, which i am loathe to do.
I was really hopi