From 07017413553e62a209a54c4d4e85e9fd3c1e8947 Mon Sep 17 00:00:00 2001 From: Danijel Tasov Date: Thu, 30 Sep 2010 13:58:03 +0200 Subject: [PATCH] makes more sense the other way :) --- yasql.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yasql.in b/yasql.in index e4b4258..f2076c1 100755 --- a/yasql.in +++ b/yasql.in @@ -2004,7 +2004,7 @@ sub show { d.column_name pk, a.constraint_name, a.delete_rule, - 'parent ->' type + 'child ->' type from all_constraints a, all_cons_columns b, all_constraints c, @@ -2023,7 +2023,7 @@ sub show { d.column_name pk, c.constraint_name, c.delete_rule, - 'child <-' as type + 'parent <-' as type FROM all_constraints a, all_cons_columns b, all_constraints c, -- 2.11.4.GIT