With my work I discovered some Bugs.
1. When I use a "\" character in an Text field, the
behavior
of the Postgresqlmodule is fancy.
If you try to insert it, the \ appear in the DB but it
will not be displaye correct in the Webmin module.
(Space entered and next character lost)
If you try to insert two "\\" then you got an error.
Half of the Problem is in psql command line Tool
which acts
not correct on this, it don't display "\" right.
The "\" is often an escape character, in Perl and in
psql and it's a litte tricky to handle it.
2. Create a new Table with a Field "group" or "user",
and you
will get an error. It is possible under psql to create
a new table with a field named "group" or "user" but
not with
Webmin module.
I have discovered this with Webmin Version 0.960
under FreeBSD 4.5,
but it also happens under Webmin Version 0.990
under MacOSX 10.1.
Webmin is installed from the ports Collection.
Logged In: YES
user_id=600792
my e-mail: tds@gmx.net