PostgreSQL cheat sheet
While there is already a number of cheat sheets for Postgresql
available on the web, I couldn't find one in this format and with the kind of information I wanted, so I wrote one.
Related: Firebird SQL cheat sheet.
A detailed description of the cheat sheet follows, and you can start downloading it here:
- PostgreSQL cheat sheet (GIF, 90KB)
- PostgreSQL cheat sheet (PDF, 105KB)
- PostgreSQL cheat sheet (PNG, 123KB)
PostgreSQL Cheat Sheet - Details
The cheat sheet is organized in 4 sections. The first section contains a list of the available data types, their description and the range of values that each of them supports.
The second section contains a list of the Internal functions. PostgreSQL features an huge number of internal functions, that should make the developer's life easier. They're listed here, grouped by field of interest (mathematical, geometric, string, aggregate, conditional, network, date and time functions).
The third section contains some useful queries, like the ones to manage TRANSACTIONs, SAVEPOINTs and SEQUENCEs, and a sample query with a "LIMIT / OFFSET" clause.
The last section contains a some useful queries against the INFORMATION_SCHEMA.
The new INFORMATION_SCHEMA makes working with system tables (aka catalog or pg_* tables) easier. I wrote here some queries to retrieve a list of the tables, fields, indices, constraints, functions and triggers.
Please note: If you wish to link to the PostgreSQL cheat sheet from elsewhere, rather than linking directly to the sheet please link to this page so others can find the description. Thank you.
Socially Bookmark
Delicious
Digg
Furl
Reddit
Cosmos
Spurl
Blinklist
Simpy
Blogmarks
YahooMyWeb


