pg_sql | Unsorted

Telegram-канал pg_sql - PostgreSQL

2830

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

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)

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

PostgreSQL

Sorry it was an accidental

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

PostgreSQL

One option is cloning the instance, if you want the exact same data and config.

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

PostgreSQL

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 ?

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

PostgreSQL

is anyone familiar with pii tool for databases?

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

PostgreSQL

I am a new bee in IT industry. Can some one help me any tutorials on postgreSql ?

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

PostgreSQL

thankyou, increase --archive-get-queue-max would help I think

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

PostgreSQL

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

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

PostgreSQL

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

https://www.postgresql.org/docs/17/backup.html

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

PostgreSQL

PostgreSQL Person of the Week interview with: Josef Machytka

https://postgresql.life/post/josef_machytka/

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

PostgreSQL

i am on macbook and I dont have ssms 🥲

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

PostgreSQL

Hi, is there any tool that can be used to migrate views from sqlserver to postgersql?

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

PostgreSQL

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

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

PostgreSQL

How to drop database in postgres

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

PostgreSQL

Hi All, how to convert sql server stored procedure to Postgres? TIA

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

PostgreSQL

This might help, pls check limitations & how it works before proceeding -
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html

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

PostgreSQL

Or just add new node

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

PostgreSQL

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

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

PostgreSQL

You're welcome.
You can start your flight from the beginning
Also on this web site you can find some tutorials

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

PostgreSQL

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...

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

PostgreSQL

https://pgbackrest.org/configuration.html#section-archive/option-archive-async

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

PostgreSQL

Also it works on the whole schema

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

PostgreSQL

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. )

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

PostgreSQL

How to backup in postgres

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

PostgreSQL

i use dbeaver client currently. (just if it helps i use aws rds)

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

PostgreSQL

Generate script in SSMS

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

PostgreSQL

Hi i am Giving postgresql Dba offline interview suport in Hyderabad, call:8309555894

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

PostgreSQL

DROP DATABASE database_name;

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

PostgreSQL

You probably want to look at Savepoints: https://www.postgresql.org/docs/current/sql-savepoint.html

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