This may be a duplicate; I noticed the note on the website "AP 2004-09-17 [new Database] Name/Owner not editable for 7.3/7.4 servers [Jona]" referring to a fix today in the CVS; I do not know if that fix has made it to the snapshot I am using.
Symptoms : Right-clicked on 'Databases' on the navigation panel, chose "New Database". Filled in the database name ("test") and selected a database owner different than myself ("bug_tracker"). Clicked OK. A message box appears "ERROR: syntax error at or near "OWNER" at character 92."
The SQL code that was generated by the GUI is:
CREATE DATABASE test
WITH ENCODING='UNICODE'
OWNER=bug_tracker;
ALTER DATABASE test OWNER TO bug_tracker;I copied the 'CREATE DATABASE' command to the SQL window and created the database manually. It appears the 'ALTER DATABASE' command is at fault.
Thanks, Ted.
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
