Mobile version of this page
Previous:
Kingdom of Crap
Next:
Susan Senator's book
Creating a user for postgresql
Adding a year in PostgreSQL
Sorting transform function in PostgreSQL
Quick PostgreSQL optimization story
Integer division in programming languages
Date formatting in python or in PostgreSQL
Running simple SQL commands on the command line
pg_class to check if table exists
Just Oracle and IBM?
ALTER TABLE patch
Date formatting in Python or in PostgreSQL (part II)
Kingdom of Crap
Next:
Susan Senator's book
Related blogs
PostgreSQL, MySQL or SQLiteCreating a user for postgresql
Adding a year in PostgreSQL
Sorting transform function in PostgreSQL
Quick PostgreSQL optimization story
Integer division in programming languages
Date formatting in python or in PostgreSQL
Running simple SQL commands on the command line
pg_class to check if table exists
Just Oracle and IBM?
ALTER TABLE patch
Date formatting in Python or in PostgreSQL (part II)
Related by category
List of casts in PostgreSQL
casts, postgresql, psql, timestamp
9th of May 2005
Learned something new today that will come in very handy next time I'm about to pick up a manual or search the PostgreSQL documentation with Google.
In psql if you run \dC you get a list of casts. Here's the header:
List of casts
Source type | Target type | Function | Implicit?
------------------+-------------------+---------------+-------------
This is very handy when you need to know, for example, which cast to use when to cast a value of type date to timestamp without time zone you use timestamp. Most of these are pretty obvious and the PostgreSQL book is never far away on my desk, but the interesting thing is that I came across this function by accident when running psql.
(was this the most boring thing I've written here in a long time?)







Save this page in del.icio.us