AppFuseOnPostgreSQL |
|
| Your trail: |
Difference between
version 5
and
version 2:
| At line 1 changed 1 line. |
| This page describes my the steps required and issues associated with running [AppFuse] on [PostgreSQL|http://postgresql.org] |
| This page describes my the steps required and issues associated with running [AppFuse] on [PostgreSQL|http://postgresql.org]. If you're developing on Windows or OS X, click [here|http://raibledesigns.com/page/rd?anchor=postgresql_8_with_appfuse] for install packages. |
| At line 25 changed 1 line. |
| hibernate.dialect=net.sf.hibernate.dialect.PostgreSQLDialect |
| hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect |
| At line 89 added 19 lines. |
|
| You can find it on the sub-directory metadata/sql, with the name postgresql-create.sql. One example, suppose your project's name is {{felini}}: |
| {{{ |
| $gilberto@dev/filine: psql -d template1 -U postgres |
| Password: |
| Welcome to psql 8.1.2, the PostgreSQL interactive terminal. |
|
| Type: \copyright for distribution terms |
| \h for help with SQL commands |
| \? for help with psql commands |
| \g or terminate with semicolon to execute query |
| \q to quit |
|
| template1=# \imetadata/sql/postgresql-create.sql |
| DROP DATABASE |
| CREATE USER |
| CREATE DATABASE |
| template1=# |
| }}} |
Back to AppFuseOnPostgreSQL,
or to the Page History.
|