"Ivan Volf" <insys(at)st(dot)t-com(dot)hr> writes: > drin=# reindex database 06test; > ERROR: syntax error kod ili u blizini "06" at character 18 This isn't a bug. If you want to use names that aren't ordinary identifiers, you need to double-quote them. regards, tom lane