[ADMIN] Is it possible in PostgreSQL?

2004-01-16 Thread Bronx
Hi, I've got problem with one specific query. I've got the table with many of rekords like these:   name     |  quantity    | date --- aaa            2                2003-04-01 bbb            4                2003-04-12 ccc            5

[ADMIN] Change date format

2002-06-29 Thread Bronx
Hi, does anybody know who I can change a default format date displayed in table. Date is displayed in 'Y-m-d' format but it should be 'd-m-Y'. How can I change it? Thanks