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

Hello, can anyone help? During initialization initdb at the moment selecting default "max_connections" ... initdb freeze

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

PostgreSQL

It should appear to them like ****

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

PostgreSQL

Hello all, if we want to create more users on the server, do we need to increase the pv storage to maintain the logs?

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

PostgreSQL

Hello, can anyone help? During initialization initdb at the moment selecting default "max_connections" ... initdb freeze

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

PostgreSQL

Looking for one document

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

PostgreSQL

https://www.enterprisedb.com/docs/supported-open-source/patroni/rhel8_quick_start

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

PostgreSQL

Oracle scm and hcm vedious available.....Anyone interested ping me. ...

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

PostgreSQL

Someone in another group told me. That's no problem, in theory. Because ACID only guaranteed between begin...commit/abort. So as long as we abort the transaction finally, we can do anything during the transaction.

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

PostgreSQL

Yes. Maybe I misread your question... 🤔

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

PostgreSQL

If your session is in SERIALIZABLE, it does have a consistent view. It does not force all other sessions into that mode as well, so other sessions may see stuff you don't (and obviously you may see stuff other sessions don't see etc.).

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

PostgreSQL

Assuming you mean User Defined Functions: check if the PL (Procedural Language) your functions are written in is provided by RDS in their offering, then you're probably good to go.

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

PostgreSQL

And I'm afraid the sentence causes some misleading, in fact:
In practical, NO transaction isolation level can ensure we get a view that consists with any serial execution of other transactions. Since isolation levels other than SERIALIZABLE is permitted.(So the sentence is likely unused.)
If my understanding correctly.

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

PostgreSQL

In our postgres database we are using UDF function now we are going to move to RDS.. How can i manage UDF functions in RDS?

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

PostgreSQL

PostgreSQL Person of the Week interview with: Yurii Rashkovskii

https://postgresql.life/post/yurii_rashkovskii/

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

PostgreSQL

I have 2 replication slots

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

PostgreSQL

1. do not login with "postgres"
2. i have no idea what you are using, pgadmin will hide the password as well as psql, assuming you're using interactive mode for password input

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

PostgreSQL

User name is postgres and password is 1234.

My question is when someone login with above credentials, can we hide the password from them?

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

PostgreSQL

hello Im trying to move arcgis data from pg cluster to another, both pg versions 12 and 3.1.x postgis, but when I try to import csv getting this errror

ERROR: ESRI: error making spatial references [20809]:
CONTEXT: COPY gdb_items, line 7, column shape: "400000000500000008001000E6100000240000000110000496D19D928419B689A383BD19B3BFD78C670000A6B0E4EA20F3BF..."

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

PostgreSQL

Azure documentation is pretty good

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

PostgreSQL

Anyone has done migration from single sever to flexible server in azure using dms service in Postgres

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

PostgreSQL

Can anyone share the high availability setup documents

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

PostgreSQL

But I don't think the PostgreSQL should implement like that.

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

PostgreSQL

Ok, found the sentence you're discussing and I'm also not sure what it describes. I'll have to dwell on that a little bit...

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

PostgreSQL

But since there's no RU isolation level, every snapshot should contains and only contains the data was committed.

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

PostgreSQL

Intelltech , please read this discussion and rephrase your offer

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

PostgreSQL

Greetings, we do have a full time / permanent position available for a MSSQL developer (6+ yrs) which is based either in Chennai or Bangalore or Trichy. If anyone is interested to explore this further, please feel free to ping / DM me. I can help you with more details.

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

PostgreSQL

How to understand the paragraph of the document?

The Repeatable Read mode provides a rigorous guarantee that each transaction sees a completely stable view of the database. However, this view will not necessarily always be consistent with some serial (one at a time) execution of concurrent transactions of the same level. For example, even a read-only transaction at this level may see a control record updated to show that a batch has been completed but not see one of the detail records which is logically part of the batch because it read an earlier revision of the control record. Attempts to enforce business rules by transactions running at this isolation level are not likely to work correctly without careful use of explicit locks to block conflicting transactions.

I can't understand the example totally. If a transaction see the earlier version of the control record(earlier than its sub-op), why the record show the batch was completed?

Link: https://www.postgresql.org/docs/current/transaction-iso.html#XACT-REPEATABLE-READ

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

PostgreSQL

Any one providing online classes for postgresql

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

PostgreSQL

hi guys.
im running postgresql on docker

  psql:
image: postgres:16.3
restart: always
environment:
TZ: Asia/Tehran
POSTGRES_DB: CometDb
POSTGRES_USER: comet
POSTGRES_PASSWORD: 1381hadi
PGDATA: /var/lib/postgresql/data/pgdata

volumes:
- ./assets/database/postgres:/var/lib/postgresql/data
- ./assets/tables.sql:/docker-entrypoint-initdb.d/init.sql


the problem is i want to keep backup of my database
currently im using

    volumes:
- ./assets/database/postgres:/var/lib/postgresql/data


and keep the data in my local machine

but it has more than 60MB size. how can i make a simple backup instead of getting a full backup ?

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

PostgreSQL

Checking between the old and new data folders, most files which shrunk were TOAST tables

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