English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
I have migrated the database from mysql to Postgres and now i am facing deadlock errors with procedures which are working in mysql ? Any idea on this
Читать полностью…Read a docs about thing what you want to learn. I'm not experienced very well and still learn unknown things but reading the docs solving any problem.
Why did you decide to switch Postgres?
https://merginmaps.com/docs/dev/dbsync/ aquí habla de un plug-in para sincronizar los datos con bases de datos postgresql con postgis
Читать полностью…If we go for dedicated storage for each node which type of storage is best ( having streaming replication from node 1 to node 2 & 3).
Читать полностью…Thanks, is it possible to have one primary (read write)and 2 secondary (read only) with shared storage?
Читать полностью…Hi Team, Is it possible to have the same setup as the Oracle 3 node RAC in postgresql, the reason is we need to have shared storage for all the 3 nodes.
Читать полностью…I think that it's a perfectly useful feature. There are just some pretty heavy architecture changes that would be required to make it work (like the ability for one session to have system catalogs from multiple databases open at the same time).
Читать полностью…What about case when there are multiple databases in each service? How about disambiguation?
Читать полностью…I used to be an Ms SQL Server database developer for a long time. And It's just fine to have an access to all the databases on a sever for me. It's just illegal not to have such possibility)
Читать полностью…As example (bad, but this is reality) I have server with several databases each for it's microservice. And now I need to perform analysis
Читать полностью…Schemas work in one db. And I need two(or even more) different databases
Читать полностью…It's not likely to be in the core PostgreSQL code anytime soon. There are a few complications about doing so in PostgreSQL, including the connection model (a connection is bound to a single database, and making other databases visible to a connection would be a substantial undertaking).
Читать полностью…It is a great choice for that. I like this DBMS for simplicity and extensibility.
That thing is quitely simple than MySQL/MariaDB.
I don't know how to solve error with PHP mysql integration; MySQL works very well with even phpMyAdmin in Docker container but in PHP throws up "connection refused" in PDO. But postgres php works perfectly.
Thanks for answer.
I want to focus on my personal ideas and plans. I need PostgreSQL for those plans.
Good morning everyone. I have a question. Please answer based on your experience. I am 27 years old and decided a week ago to learn PostgreSQL. My reason is that I want to work in the field of databases, with clients, and do analytics. What are your recommendations, and what materials should I learn first? I have already installed the necessary tools, everything is available. Thank you for your answer and recommendations.
Читать полностью…I am new to PostgreSQL and I want to become an Expert at it
Читать полностью…Hi everyone! Does anyone know if MarginMaps can be integrated with PostgreSQL? I’m looking for information on possible integration methods and any available documentation. Thanks!
Читать полностью…Shared storage model are not popular within Postgres setup. Consult the first block https://www.postgresql.org/docs/current/different-replication-solutions.html and Wiki page https://wiki.postgresql.org/wiki/Shared_Storage for some details
Читать полностью…You do have the possibility with a fdw. Postgresql fdw also supports indexes and other stuff that speed up the queries dramatically
Читать полностью…And what about case when there are several schemas in each service? How about disambiguation?
Читать полностью…... I have the same thing and each "microservice" has a schema
Читать полностью…There's a tension there. People want multiple DBs because they want them to be isolated, but cross-DB queries reduce the isolation level.
Читать полностью…I would like doing it "native", like in MS SQL Server
Читать полностью…