#!/usr/local/bin/perl # edit_table.cgi # Display the structure of some table require './postgresql-lib.pl'; &ReadParse(); &can_edit_db($in{'db'}) || &error($text{'dbase_ecannot'}); $desc = &text('table_header', "$in{'table'}", "$in{'db'}"); &ui_print_header($desc, $text{'table_title'}, "", "edit_table"); @desc = &table_structure($in{'db'}, $in{'table'}); print "