From: Ken Youens-Clark Date: Wed, 31 Mar 2004 03:16:49 +0000 (+0000) Subject: Fixes. X-Git-Tag: v0.06~104 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=962237533650a0fdf9de5d1b357c1b2d49abfbbd;p=dbsrgits%2FSQL-Translator.git Fixes. --- diff --git a/lib/SQL/Translator/Manual.pod b/lib/SQL/Translator/Manual.pod index 0ad6377..82ceea0 100644 --- a/lib/SQL/Translator/Manual.pod +++ b/lib/SQL/Translator/Manual.pod @@ -145,7 +145,6 @@ To convert a schema in SQLFairy's XML dialect to Oracle, do the following: =head1 SERIALIZING SCHEMAS -via XML, YAML and Storable Parsing a schema is generally the most computationally expensive operation performed by SQLFairy, so it may behoove you to serialize a parsed schema if you need to perform repeated conversions. For