Re: Perl query error
От | Joshua b. Jore |
---|---|
Тема | Re: Perl query error |
Дата | |
Msg-id | Pine.BSO.4.40.0204101217080.6722-100000@kitten.greentechnologist.org обсуждение исходный текст |
Ответ на | Perl query error ("Patrick Hatcher" <PHatcher@macys.com>) |
Список | pgsql-novice |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm at a loss as to why you aren't just using normal SQL like so. Does the DBD::Pg driver even support those slash commands? Josh my $file = '/home/ftp/pub/Incoming/postgres/ozupc.txt'; open FILE, ">$file" or die "Cannot open $file: $!"; $sth = $dbh->prepare("SELECT * FROM upc_export_v"); $sth->execute; while (my @ary = $sth->fetchrow_array) { print FILE join "\t", @ary; } undef $sth; close FILE or die "Cannot close $file: $!"; Joshua b. Jore http://www.greentechnologist.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (OpenBSD) Comment: For info see http://www.gnupg.org iD8DBQE8tHTlfexLsowstzcRApiXAKDfd15lbOKYNfZIDkp36JEGNRK41wCgjhST r5jwqXdtMcxxDtymBWalwLE= =61vB -----END PGP SIGNATURE-----
В списке pgsql-novice по дате отправления: