From: David Steinbrunner Date: Fri, 13 Sep 2013 11:21:00 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98f9d3268d06a3a03b24cc5ebf282d2e828b2382;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/script/sqlt-diagram b/script/sqlt-diagram index 61c3ff3..da1a6db 100755 --- a/script/sqlt-diagram +++ b/script/sqlt-diagram @@ -63,7 +63,7 @@ This can prove too permissive, however, as you probably don't want a field called "name" to be considered a foreign key, so you could include it in the "skip" option, and all fields called "name" will be excluded from natural joins. A more efficient method, however, might -be to simply deduce the foriegn keys from primary keys to other fields +be to simply deduce the foreign keys from primary keys to other fields named the same in other tables. Use the "natural-join-pk" option to achieve this.