Implemented rename_key()

Note that this is one EXPERIMENTAL function and shouldn't be used
by you in production code EVER!
This commit is contained in:
stronk7
2006-09-30 19:43:16 +00:00
parent eefa69ce5c
commit e77fd021e6
4 changed files with 51 additions and 1 deletions
@@ -43,6 +43,9 @@ class XMLDBpostgres7 extends XMLDBgenerator {
var $enum_inline_code = false; //Does the generator need to add inline code in the column definition
var $rename_key_sql = null; //SQL sentence to rename one key (PostgreSQL doesn't support this!)
//TABLENAME, OLDKEYNAME, NEWKEYNAME are dinamically replaced
/**
* Creates one new XMLDBpostgres7
*/