Changes:
- add handling of %i in log_line_prefix
- add handling of [, ], ( and ) in log_line_prefix
SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
Changes:
SVN repo at: http://svn.depesz.com/svn/pgsql-tools/trunk
When I was working for one of customers we found some strange thing. We needed to found number of distinct sessions per day. Table layout was very simple:
I'm using .psqlrc file to set my preferable environment in psql. But I got lately annoyed by it confirming the changes every time I run psql:
Today we have two interesting patches:
Continue reading Waiting for 8.4 – partial-match support in GIN, and sequence restart
Another patch from Pavel Stehule – committed by Tom Lane. This patch adds CASE construction to pl/PgSQL:
Today another great patch, committed by Tom Lane. This patch was written by Martin Pihlak (with some edits by Tom).
Today we have one new feature – extension of plpgsql's RAISE command.
Friend from my previous employer told me that plans of execution of prepared statement, and the same statement run “as it" are different.
Well, I checked and this is what I found (it's not shocking, it's actually quite obvious, but You have to think about it for a while to “get it").
Today I will describe 2 new patches which modify psql:
Continue reading Waiting for 8.4 – psql vs. tabs + wrapped output
MySQL has this nifty/annoying feature/bug of special data type “TIMESTAMP". It is like a DATETIME, but it gets automatically updated whenever you modify the row.
I'll try to add the same feature to PostgreSQL.