Changes

Jump to: navigation, search

PostgreSQL Adapter Project - Resources

387 bytes removed, 11:25, 1 December 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>: Login to the <code>test</code> database with <code>test</code> username: To create a <code>table</code>, first you need to crate a <code> schema </code> inside the database test, with particular user name 'test' <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