Use of --disable-triggers in pg_restore
Hi there,
I am new to neon and trying to figure things out. I am trying to run pg_restore with the --disable-triggers flag.
I think this requires running as a superuser (https://stackoverflow.com/a/36971024) but on your docs it says we can't connect as a superuser.
Is this understanding correct, and if so, how can I run pg_restore?
Thank you
I am new to neon and trying to figure things out. I am trying to run pg_restore with the --disable-triggers flag.
I think this requires running as a superuser (https://stackoverflow.com/a/36971024) but on your docs it says we can't connect as a superuser.
Is this understanding correct, and if so, how can I run pg_restore?
Thank you
Stack Overflow
Using PostgreSQL 9.2.8, I'm trying to restore just my data from one database into another but the triggers seem to still be running. I've written the script, shown below, to do the copy.
Basical...
Basical...
