postgresql 7.2b4 bug?
guard <guard@ficnet.net>
From: "guard" <guard@ficnet.net>
To: pgsql-bugs@postgresql.org
Date: 2002-01-05T16:44:22Z
Lists: pgsql-bugs
my database create -E UNICODE
can't run
timestamp(date '2000-12-25')
error message>> parse error at or near "date"
lpad('hi',4,'??') >> not return '??hi'
rpad('hi',4,'x') >> return error string
--