English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
Hello, can anyone help? During initialization initdb at the moment selecting default "max_connections" ... initdb freeze
Читать полностью…Hello all, if we want to create more users on the server, do we need to increase the pv storage to maintain the logs?
Читать полностью…Hello, can anyone help? During initialization initdb at the moment selecting default "max_connections" ... initdb freeze
Читать полностью…https://www.enterprisedb.com/docs/supported-open-source/patroni/rhel8_quick_start
Читать полностью…Oracle scm and hcm vedious available.....Anyone interested ping me. ...
Читать полностью…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.
Читать полностью…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.).
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.
Читать полностью…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.
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 Person of the Week interview with: Yurii Rashkovskii
https://postgresql.life/post/yurii_rashkovskii/
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
User name is postgres and password is 1234.
My question is when someone login with above credentials, can we hide the password from them?
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..."
Anyone has done migration from single sever to flexible server in azure using dms service in Postgres
Читать полностью…Can anyone share the high availability setup documents
Читать полностью…But I don't think the PostgreSQL should implement like that.
Читать полностью…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...
Читать полностью…But since there's no RU isolation level, every snapshot should contains and only contains the data was committed.
Читать полностью…Intelltech , please read this discussion and rephrase your offer
Читать полностью…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.
Читать полностью…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.
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
volumes:
- ./assets/database/postgres:/var/lib/postgresql/data
Checking between the old and new data folders, most files which shrunk were TOAST tables
Читать полностью…