Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

3 bytes removed, 21:40, 9 December 2010
3- Creating Tables for Schema 'test'
: <code> CREATE TABLE test.xxx </code>
:: data types are changed in <code> appendColumnType() </code> in ''PostgreSQLSchemaManager.java'' based on each jdbc type's equivalent in PostgreSQL.
:: <code> crateTextTable </code> in :: The implementation in <code> CREATE INDEX test.xxx crateTextTable </code> in file ''PostgreSQLSchemaManager.java'' is removed for now (base class's version is being called).: <code>CREATE INDEX test.xxx </code>
: <code> CREATE Trigger test.xxx // if it's needed for PostgreSQL as well as MySQL</code>
1
edit