Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter Project - Resources

13 bytes added, 18:15, 30 November 2010
PostgreSQL Specifications
: 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