pg_sql | Unsorted

Telegram-канал pg_sql - PostgreSQL

2806

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

N.B.: you should configure both anyway!

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

PostgreSQL

i understand its possible to combine the two - log shipping + strearming.
how does it work and how i configure this?

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

PostgreSQL

Everytime a wal file get full, is archived. And archiver is like copy from one directory to another place.

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

PostgreSQL

Hi
I need some help understanding log shipping / streaming replication
streaming = streams wal records and apply on replica
log shipping = transfer the whole WAL file and apply on replica
so it means log shipping might have more lag?
how exactly does it work?

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

PostgreSQL

What is related to postgres?

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

PostgreSQL

Why am I not able to broadcast an event over a channel.I created event MessageSent. Had a private channels chat.$this->message->receiver_id.Then broadcasted the event in my sendMessage controller function by broadcast(new Message($message)).Started my reverb server debug mode.Wrote an Authorization route in channels.php.Also did some configuration in bootstrap/app.php regarding api token from sanctum. In database only jobs table is populated. But I dnt get the event in frontend.Yes I have run queue pho artisan queue:listen command as well

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

PostgreSQL

I Need postgresql documentation file

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

PostgreSQL

Well, you may start with the exact description of your tooling, query, the exact error message(s), explain of the query and so on.

A usual start of postgres debugging. Or anyother computer program debugging.

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

PostgreSQL

Yes actually i am trying to reproduce this in test environment but enable to reproduce

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

PostgreSQL

Any idea why this behaviour i am experiencing

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

PostgreSQL

I have a PostgreSQL database cluster with two databases, both containing the same data. The difference between the databases is that one has a collation of ‘C’, while the other has a collation of ‘en_US.UTF-8’. When I run the same insert query on both databases, it executes successfully on the database with the collation ‘en_US.UTF-8’, but gives an Out of Memory (OOM) error when run on the database with the ‘C’ collation. Any idea why this behaviour

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

PostgreSQL

IMHO I would use plain crontab or pg_cron

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

PostgreSQL

Hi i am new to postgresql..installed pgadmin & pgagent in Centos OS .after scheduling the jobs they are not starting in pgagent. No error messages also .can some one help me .

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

PostgreSQL

Hi we are hiring for contractual job opportunity with no pf for PostgreSQL (High priority)
Remote
Contract-3 TO 6 months
Exp-6-8 Years
Timings-12 pm to 9 pm IST
Contact 7233911117
chitra.vgemperts@gmail.com

JD-
Expert-level proficiency in PostgreSQL, including stored procedures, window functions, CTEs and subqueries.
· In-depth understanding of PostgreSQL database architecture, partitioning, scaling, performance tuning and optimization.
· Intermediate level experience with any one of the following- Kafka, Kinesis, Event Hub
· Intermediate level experience of Python programming language
· Ability to work independently and meet tight deadlines.
· Excellent problem-solving and analytical skills.
· Strong communication and collaboration skills.
· Self-driven and motivated
We request you to please check your resource pool and share the available bench resources matching the mandatory skillset

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

PostgreSQL

You'll have to use regular expressions then:

bluthg=# SELECT 'SOME SELECT /* some comment */'::text ~ '/\*'::text;
?column?
----------
t
(1 row)

bluthg=# SELECT 'some string containing "*"'::text ~ '/\*'::text;
?column?
----------
f
(1 row)

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

PostgreSQL

Configure both. If the replica fails to connect to the primary, it will fall back to fetching WALs from the archive (i.e., log shipping).

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

PostgreSQL

If you have a standby server that recover using log shipping, it's going to restore getting archive files from the place that they were archived and apply them

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

PostgreSQL

Log shipping, 16mb of lag, size of archive file

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

PostgreSQL

In Postgres you can LISTEN for events. But those work very well.

This does NOT sound like a PostgreSQL issue.
At least not until you get down to the LISTEN / NOTIFY

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

PostgreSQL

Please someone help me I need your help desperately . I have been trying to ask a lot of people and look up a lot of resources but none have worked so far

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

PostgreSQL

Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.

- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong

⬇️ Press the button down here ⬇️

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

PostgreSQL

How to upgrade psql client from 11.x to 15.x on EC2 instance.

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

PostgreSQL

Last 2 messages were copy and paste

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

PostgreSQL

Same message of oom, without anymore data that you sent several days ago. Try giving more info

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

PostgreSQL

Good job. Keep watching!

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

PostgreSQL

I want postgre SQL notes

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

PostgreSQL

Have you checked that pgagent daemon is working properly, I mean, daemon runs?, daemon have no errors?, then check property dialog that show you last run, last result..

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

PostgreSQL

Hi, Can we discuss more?

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

PostgreSQL

Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.

- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong

⬇️ Press the button down here ⬇️

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

PostgreSQL

postgres hacking session with Andrey and Kirk -- live right now https://www.youtube.com/watch?v=l-0IP-_meD0

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