#!/usr/local/bin/perl # table_form.cgi # Display a form for creating a table require './postgresql-lib.pl'; &ReadParse(); &can_edit_db($in{'db'}) || &error($text{'dbase_ecannot'}); &ui_print_header(undef, $text{'table_title2'}, "", "table_form"); print "
\n"; &ui_print_footer("edit_dbase.cgi?db=$in{'db'}", $text{'dbase_return'});