pg_sql | Unsorted

Telegram-канал pg_sql - PostgreSQL

2830

English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.

Subscribe to a channel

PostgreSQL

Any chance the those tables create under user defined schema?

Читать полностью…

PostgreSQL

I don't understand you , what are you want to say?

Читать полностью…

PostgreSQL

I'm reminded of the joke of a guy who fell off a cliff, and caught a branch. He's screaming for anyone to help him... When a Deep Booming Voice Calls out "I am here for you, let go and I will catch you".

He screams out louder: "Is there ANYONE ELSE who can help me?"

LOL

Читать полностью…

PostgreSQL

I told you 20 minutes earlier. You can also check out the vipmanager from cybertec.

Читать полностью…

PostgreSQL

The by far easiest way IMNSHO is to give the clients each IP and let them pick the primary.
See
https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-TARGET-SESSION-ATTRS
or
https://jdbc.postgresql.org/documentation/use/#connection-fail-over

Читать полностью…

PostgreSQL

just install the patroni+etcd+postgresql

Читать полностью…

PostgreSQL

If the master go down , how the application know new Master

Читать полностью…

PostgreSQL

What is your task?
1. if you need automation, then etsd + patroni is enough for you
2. if you need high availability balancing, then you need to install everything from the list.

I would recommend you to install it manually first, then through ansible.
so you will understand how the installation goes, you also need to read the documentation for what it is needed
1. etсd
2. patroni
3. haproxy
4. pgbouncer
5. vrrp (vip manager)

link explains it briefly, just read it.

Читать полностью…

PostgreSQL

hi, try this https://github.com/vitabaks/autobase

Читать полностью…

PostgreSQL

how can i talk to my bot?

Читать полностью…

PostgreSQL

Pavan, if you read the definition of vacuum full. It takes your current TABLE. Locks it. Loops over the rows and rebuilds, row by row. The ONLY rows it cannot remove that have been deleted would be things that are actively being deleted. WHICH is what the LOCK prevents. It acquires an exclusive lock, for this reason.
A regular Vacuum will leave EMPTY Space where dead rows used to live, available to be written over.

The ONLY flaw you can accuse Vacuum Full of. Is not removing DELETED Columns. Which is well documented. Because PG does a virtual deletion of columns and VACUUM FULL does not edit the row data at all, it simply copies it. So the wasted space is included there. (The best way to get rid of it is to do "CREATE new_table as SELECT * from OLD_TABLE", which will make a clean variation, no deleted rows, no deleted columns, RENAMING everything is up to you)

Читать полностью…

PostgreSQL

Also errors in the logs

Читать полностью…

PostgreSQL

Is there any PostgreSQL whatsapp community or group ?

Читать полностью…

PostgreSQL

Any possibility to grant create temp table access to a user?

Читать полностью…

PostgreSQL

Postgresql compatible qlik sense?

Читать полностью…

PostgreSQL

You didn't get the answer you wanted, so you asked again.
But it reminded me of that joke..

Читать полностью…

PostgreSQL

Thank you 🙏🏿🙏🏿🙏🏿

Читать полностью…

PostgreSQL

Hi all, I should upgrade postgres from 12.20 to 14.8. What are the commands?

Читать полностью…

PostgreSQL

Is there any other solutions my CEO don't want to buy another server ,

Читать полностью…

PostgreSQL

here you need a HAproxy with vip (keepalived or VIP manager)

Читать полностью…

PostgreSQL

may be this help you https://www.youtube.com/watch?v=A_t_ytq1lpA

Читать полностью…

PostgreSQL

Can I set up a PostgreSQL master-replica architecture without using a separate server for HAProxy and PgBouncer?

Читать полностью…

PostgreSQL

Most people tend to use haproxy as a load balancer with patroni but a F5 big-ip is another option

Читать полностью…

PostgreSQL

Hi, how are you? What is the best load balancer for PostgreSQL with Patroni?

Читать полностью…

PostgreSQL

Hi, how are you? What is the best load balancer for PostgreSQL with Patroni?

Читать полностью…

PostgreSQL

What kind of errors?

Читать полностью…

PostgreSQL

did you guys encounter that vacuum full is not removing the dead tupple in postgres .

Читать полностью…

PostgreSQL

GRANT TEMP ON DATABASE ...;

Читать полностью…

PostgreSQL

If is the new name for attinuty the response is yes, postgres higher than 9.4 should be supported

Читать полностью…

PostgreSQL

Check this out.
https://www.postgresql.org/message-id/6e38c995-9201-4d9a-916b-eeb708ac70e5%40app.fastmail.com

Читать полностью…
Subscribe to a channel