Re: [ADMIN] Getting table structure from script

1999-05-27 Thread Oleg Bartunov
$fsize=$query->fsize($i); # print "$i:$fname:$fnumber:$ftype:$fsize\n"; $value=$query->getvalue($tup_num, $i); print "$tup_num:$fname=$value\n"; } } On Thu, 27 May 1999, áÎÄÒÅÊ îÏ×ÉËÏ× wrote: > Date: Thu, 27 May 1999 15:46:48 +0

Re: [ADMIN] Getting table structure from script

1999-05-27 Thread Jan Kim
On Thu, May 27, 1999 at 03:46:48PM +0400, @ mdpei Mnbhjnb wrote: > Is there any way to get table structure from perl script > (for instance using Pg). I need it very much, but now have > to use copy/paste algorythm :) Since I don't use Perl, I cannot offer a perl specific solution. General

[ADMIN] Getting table structure from script

1999-05-27 Thread Àíäðåé Íîâèêîâ
Hello. Is there any way to get table structure from perl script (for instance using Pg). I need it very much, but now have to use copy/paste algorythm :) Andrey Novikov