X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F14postgres-parser.t;h=fd60cb0b3b323d7291df05e0342bf2294f5e117d;hb=aee4b66eb2152b7066ced4def46e0223eb1649b1;hp=64481964a3a221b697553e435b9f21bcece44e5b;hpb=bdf60588bb1e35e284bdc02c43d0ffe691994465;p=dbsrgits%2FSQL-Translator.git diff --git a/t/14postgres-parser.t b/t/14postgres-parser.t index 6448196..fd60cb0 100644 --- a/t/14postgres-parser.t +++ b/t/14postgres-parser.t @@ -79,7 +79,7 @@ my $sql = q{ alter table t_test1 alter column f_char drop default; - -- The following are allowed by the grammar + -- The following are allowed by the grammar -- but won\'t do anything... - ky alter table t_text1 alter column f_char set not null;