English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
PostgreSQL Documentation has a few resources to learn DBMS
https://www.postgresql.org/docs/online-resources/.
PostgreSQL Person of the Week interview with: Teresa Lopes
https://postgresql.life/post/teresa_lopes/
Is anyone familiar with any PII tool (open source) with GUI? Not only CLI
That works with postgres 9+
It will work only in those sessions only not all active connection was impact
Читать полностью…Postgres vibe hacking session live - join! https://www.youtube.com/watch?v=OlzLF2VVZ8U
Читать полностью…hello all, I set log min duration statement to 1 min, but still seeing all logs of prepared sqls like bind, delete etc. what configuration should I change
Читать полностью…PostgreSQL Person of the Week interview with: Dilan Tek
https://postgresql.life/post/dilan_tek/
Phones from 2016-2017 already have more than 6gb of ram
Читать полностью…Yeah, I'm waiting for mainline support on mine. It's almost there
Читать полностью…I host everything locally for a reason, no cloud needed 😎
Читать полностью…Next PostgreSQL cluster will be hosted on Raspberry Pis instead of a big machine with small VMs /s
Читать полностью…Virtualization will always be anything from 20 to 90% slower than bare metal in latency and speed
Читать полностью…I am curious as to whether it relates to "Fix data loss in logical replication." from last month which apparently was back-patched to 16 and triggers the "adding a new snapshot and invalidations" debug message immediately prior.
Update: Yes, probably, as I was pointed to https://www.postgresql.org/message-id/flat/CAA4eK1LMgqeT_bPZ3MH-VKvwOqpZyfJmF7knZhu1rqt2Pqsnwg%40mail.gmail.com#11afe1ad8975047112614d01ce9c4a0d when filing the bug.
Hi guys,
Need your help,
I want to open (automatically open when I pass credentials) and do automate login (automatically connect to db) for pgadmin
How can I achieve it please help me
If you define this in postgres conf file then this will effect globally
Читать полностью…Hi All, I have a function in which I want to define statement timeout for 5 sec and we are using the Pgbouncer as well with session pooling, so if I put set statement_timeout at function header will it impact any other user/query or anything ,anyhow???
Читать полностью…Actually I am working on infomix to postgresql migration project ..I am looking for support kindly let me know any one can help me
Читать полностью…Hi Team, is there a DB2 Admin available who can assist me…preferably from Hyderabad ?
Читать полностью…Another dream of mine is buying used phones with mainline support and put proxmox ve on them to do a cluster
Читать полностью…I have a few Rock 5Bs and with a good SSD they work pretty well, more IO than the RPis. Just a shame the software support is less good.
Читать полностью…I've tried a few times to get a talk accepted of: my Raspberry PI is faster than your cloud server :)
Читать полностью…PGLite to the rescue, run it on your browser.
https://github.com/electric-sql/pglite
On my proxmox node a 3000MB/s capable SSD becomes "only" 600MB/s even with paravirtualization
Читать полностью…I’m planning to set up MySQL and PostgreSQL with high workload and I/O.
Do you recommend running them on VMware vCenter with vSAN storage, or directly on a physical server (bare-metal with local storage)?
Which one will give better performance and reliability for this use case?
Good news: I can reproduce the OOM issue!
Bad news: The reproduction occurred when trying to make a new logical replica to replace the broken one. 🙃
At least I might have something more concrete to file as a bug once I do figure it out (if I don't just recompile it/patch it with a 2GB limit, or switch to physical replication).