Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Extending SQLSchemaManager

45 bytes added, 16:59, 4 February 2011
Task Summary
| Implement <code>getCreateEtcScriptName()</code> method
| DONE
|DONE
|-
| Implement <code>getDefaultIndexspace()</code> method
| DONE
|DONE
|-
| Implement <code>getDefaultLongspace()</code> method
| Implement <code>getNowExpr()</code> method
| DONE
|DONE
|-
| Implement <code>getSeparator()</code> method
| DONE
|DONE
|-
| Implement <code>getSetupEtcScriptName()</code> method
| DONE
|DONE
|-
| Override <code>renameTable</code>[http://www.postgresql.org/docs/8.0/static/sql-altertable.html]
| DONE
|DONE
|-
| Override <code>renameColumn</code>[http://www.postgresql.org/docs/8.0/static/sql-altertable.html]
| DONE
|DONE
|-
| Override <code>renameIndex</code>[http://www.postgresql.org/docs/8.0/static/sql-alterindex.html]
| DONE
|DONE
|-
| Override <code>getIndexName()</code>
| DONE
|DONE
|-
| Override <code>createIndex(Index)</code> to add full text search
1
edit