2830
English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
"Freeze" like in "doing nothing at all"? Is the process in state "D" maybe?
Читать полностью…
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
Читать полностью…
At the same time, there are no errors. This makes the solution of the problem even more difficult
Читать полностью…
The files belonging to this database system will be owned by user "u0_a428".Читать полностью…
This user must also own the server process.
The database cluster will be initialized with locale "C.UTF-8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... mmap
selecting default "max_connections"
Is there anyone working on cassandra ? need to understand backups a little bit since i cant find anything in documentation
Читать полностью…
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.
Читать полностью…