cvsserver: Use DBI->table_info instead of DBI->tables
commit0cf611a300fbbbd12827f9defb9cbcc934a3b1d6
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 31 Mar 2007 13:57:47 +0000 (31 15:57 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 31 Mar 2007 23:09:49 +0000 (31 16:09 -0700)
tree2cf8bdf5c98080c8ec493c4936db52313162bccb
parent920a449af5a6b4ecbf01a5a4e3bc4894ad302634
cvsserver: Use DBI->table_info instead of DBI->tables

DBI->table_info is portable across different DBD backends,
DBI->tables is not.

Limit the output to objects of type TABLE.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
git-cvsserver.perl