In order to use PT3 I am going to uni-install my PostgreSQL. Anyone knows how I can preserve my PostgreSQL PT2 database? I am uni-installing PostgreSQL because of this problem viewtopic.php?f=16&t=3841
Kind regards,
Tim
Moderator: Moderators
Timmehhh wrote:There is a bug with the case sensitivity of my username.
bugsbunny wrote:You can work around this:
Login using pgadmin3 using the postgres account. (Or else login in with the existing account and create a new, temporary, superuser account with full abilities).
Go down to the Login Roles section and select the Timmehhh role. Right click and choose properties. Modify the name to all lower case (you shouldn't be logged in to the account that you're modifying).
Next go to the database itself, select it and right click, choose properties, and change the owner to the new, modified, name. You'll also need to go and change all the tables. It's probably easier to script this part but you can easily go through all the tables in the public schema and change the owner (if there's no current owner leave it alone).
Once done and verified you can go and delete the new,temporary, account you created. Or leave it for future emergency maintenance issues.
Return to PostgreSQL [Read Only]
Users browsing this forum: No registered users and 1 guest