View Single Post
  #142  
Old 09-11-2007, 06:57 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: v 1.08

[ QUOTE ]
Thoughts on this error message?

"20070910220135 - An Error Occured:

Input:
\f '\t'
SELECT DISTINCT table_name, game_level_desc FROM game g, game_level gl WHERE g.game_level_id = gl.game_level_id AND g.site_id = 2 ORDER BY table_name ASC;
\q


Output:
psql: FATAL: database "PTPGSQL1" does not exist"

-FWIW, The postgre database was originally named something else but I have since changed the name it PT to that name, and it still doesn't work. WTF?

Todd

[/ QUOTE ]

The database name shouldn't be the name you assigned it in PT, but the proper database name:



Although maybe this is not the problem, as thinking about it you would have had to delete that database manually for it not to exist... I think.
Reply With Quote