Monday, July 11, 2011

Learn PostgreSQL: Indexes

Learn PostgreSQL: Indexes: "An index: Is a schema object Can be used by the PostgreSQL server to speed up the retrieval of rows by using a pointer Can reduce disk I..."

Friday, July 8, 2011

Learn PostgreSQL: Sequences

Learn PostgreSQL: Sequences

Thursday, July 7, 2011

Let us Learn PostgreSQL: Creating a View

Let us Learn PostgreSQL: Creating a View: "Creating a View You embed a subquery in the CREATE VIEW statement: CREATE [OR REPLACE] [TEMP|TEMPORARY ] VIEW view ..."