From: Rogan Hamby Date: Sun, 11 Feb 2018 23:07:46 +0000 (-0500) Subject: fix typo and add some security to output format X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=60e7459b06448fa223a7f84aa5e30814e2eae426 fix typo and add some security to output format --- diff --git a/remove_ou_data/18_delete_usrs_stage_1.sql b/remove_ou_data/18_delete_usrs_stage_1.sql index 95fdd58..430b130 100644 --- a/remove_ou_data/18_delete_usrs_stage_1.sql +++ b/remove_ou_data/18_delete_usrs_stage_1.sql @@ -15,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +\x off \set ou_to_del ''''EXAMPLE'''' \set ECHO all \timing @@ -24,7 +25,7 @@ -- creates a stage 2 inbetween 1 and 3 \t -\psql format unaligned +\pset format unaligned \o 18_delete_usrs_stage_2.sql SELECT 'ALTER TABLE actor.usr DISABLE RULE protect_user_delete;';