Changes

Jump to: navigation, search

PostgreSQL Adapter Project - Resources

299 bytes added, 18:04, 30 November 2010
PostgreSQL Specifications
* Creating database [http://www.postgresql.org/files/documentation/books/aw_pgsql/node227.html]
: @ [http://www.postgresql.org/docs/9.0/interactive/creating-cluster.html PostgreSQL documentation] - [http://www.postgresql.org/docs/9.0/interactive/manage-ag-createdb.html]
: To create a <code>user</code> along with <code>password</code>: <code> CREATE USER test WITH PASSWORD 'test'; </code>: To create a <code>table</code>, first you need to crate a <code> shema </code> inside the database with particular user name <code> CREATE SCHEMA TEST AUTHORIZATION TEST;</code>
* Issuing a Query and Processing the Result @ [http://jdbc.postgresql.org/documentation/84/query.html PostgreSQL Documentation]
: fetch size, cursor,...
1
edit

Navigation menu