|
|
|
|
|
by berkes
1000 days ago
|
|
It isn't. But that's easily mitigated with temp tables, ephemeral database and COPY etc. Upstream can easily f-up and (accidentally) delete production data if you do this on a live db. Which is why PostgreSQL and nearly all other DBS have a miriad of tools to solve this by not doing it directly on a production database |
|