English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
Having seen my fair share of T-SQL, I'd really recommend to approach this as follows:
1) check if the SPROC you're looking at is just doing something you already have in Postgres (as a function, an aggregate, ...)
2) check if you can implement the SPROC functionality in proper, modern SQL
3) only if 1) and 2) don't apply: rewrite the SPROC in plpgsql (or another PL)
One option is cloning the instance, if you want the exact same data and config.
Читать полностью…We need to copy dbs in seperate instance, if we create separate aurora postgresql cluster do we need to restore all dbs manually in the new cluster from the existing aurora postgresql instance ?
Читать полностью…I am a new bee in IT industry. Can some one help me any tutorials on postgreSql ?
Читать полностью…thankyou, increase --archive-get-queue-max would help I think
hello all, db generate 15 wal in 30 sec but pgbackrest get 5 wals in 30 sec, hence stanby replica stays in archive recovery mode, where shuld I look in backrest conf
Читать полностью…Dbeaver already has this functionality:
Roll out your database, then Schemas, SchemaName, Views.
Then click by mouse right button on the your view -> select Generate Script and choose DDL.
PostgreSQL Person of the Week interview with: Josef Machytka
https://postgresql.life/post/josef_machytka/
Hi, is there any tool that can be used to migrate views from sqlserver to postgersql?
Читать полностью…Hello! I will now help you to drop your database in an effective way!
1. Take the server running the postgresql cluster (if it has handles, use them or you can ask the help of a friend if it's too heavy)
2. Make sure the server is powered on and running, if possible initiate activity on database and disable fsync
3. Drop your database from a height that's high enough to make the heads crash, but not enough so that the fall sensor of the drive is triggered
4. Turn the server back on and repeat the process until all the sectors of your database are unable to be read
Hi All, how to convert sql server stored procedure to Postgres? TIA
Читать полностью…This might help, pls check limitations & how it works before proceeding -
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html
Is anyone interested sql, mongodb, Aws,Azure,CCNA, CCNP, ITIL, REDHAT, GMAT, Certifications in first attempt with 100% passing guarantee
Pay after exam. Ping me personally
You're welcome.
You can start your flight from the beginning
Also on this web site you can find some tutorials
Ah, ok, you're _fetching_ too slow. My bad.
Be aware that the replay is single threaded, your server may be unable to keep up with the x CPUs that do the writing...
https://pgbackrest.org/configuration.html#section-archive/option-archive-async
Читать полностью…For the dumb way you can use your macbook as virtual host by installing some virtual machine software, like Oracle Virtual box for example. Then install windows and ssms inside. )
Читать полностью…i use dbeaver client currently. (just if it helps i use aws rds)
Читать полностью…Hi i am Giving postgresql Dba offline interview suport in Hyderabad, call:8309555894
Читать полностью…You probably want to look at Savepoints: https://www.postgresql.org/docs/current/sql-savepoint.html
Читать полностью…