Loïc wrote:
Hi List!
In this, the first bug is that the table name might be longer than 50 characters. Secondly, could we possibly change the default name to indicate that this is linked to PMA ? Possibly rename the default table to 'phpMyAdmin_pdf_table_position'?
I just modified the doc: put varchar(64) in the examples, and the suggested table names are now PMA_relation and PMA_pdf_table_position.
I agree to both these suggestion but I would prefer the prefixes for all these tables to be "PMA_" rather than "phpMyAdmin"... because I'm a lazzy guy ;)
I don't know how in depth the PDF code is, but in the configuration file, could we please have a variable to disable it, such as $cfg['PDF_schema_dump']
Hum, just let the "$cfg['Servers'][$i]['pdf_table_position']" directive empty. I don't like much the idea to add an other setting once again.
Yes, this is already stated in the sample config file.
-- Marc Delisle