-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 20 November 2002 10:30, Kevin Anderson wrote: > So I'm SLOWLY rewriting a text file and I'm wondering if there's someone > who can tell me of a utility to do it.
perl. yes, i'm mostly kidding... =) > There are literally thousands of similar lines, and I'd LOVE it if someone > could recommend a script that would re-write this for me. > > Is there one? not that i know of... only resources for MS SQL => pgsql i have are: http://techdocs.postgresql.org/techdocs/sqlserver2pgsql.php http://techdocs.postgresql.org/techdocs/convertsqlsvr2pgsql.php > Or am I writing my own spaghetti code for it? perhaps.. but it shouldn't be more than a dozen or so lines of perl, right? this is, of course, one reason why i always keep a nice plain ol' text file containing all the table/data definitions of a database: so i don't have to try and convince the database to give it to me later if i need it. take care... we feel your pain =/ - -- Aaron J. Seigo GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 "Everything should be made as simple as possible, but not simpler" - Albert Einstein -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9282v1rcusafx20MRAjkwAJ9czowDhdrsMYH+A1Cj4YZgVsrAhwCfcRJ6 wUvgdW/XuZsSc1aUUE6o3og= =INGl -----END PGP SIGNATURE-----
