PDA

View Full Version : Alias settings



NoTurns
02-23-2010, 02:50 PM
In what file are the alias settings stored? Is it possible to edit this manually?

netsrak
02-23-2010, 03:28 PM
Its the table aliases in the Postgresql database.

You can edit it via SQL statements in the pgadmin Query tool

NoTurns
02-23-2010, 04:04 PM
Ok great, where exactly, I'm not getting much further then this:

http://img38.imagefra.me/img/img38/2/2/23/noturns/t_s2jum_7e375e4.png (http://imagefra.me/view.php?img=/2/2/23/noturns/f_s2jum_7e375e4.png&srv=img38)

Thanks!

netsrak
02-24-2010, 07:58 AM
delete the text you have in there.

enter
select * from aliases
as a test.

This should give you all defined aliasses

NoTurns
02-24-2010, 02:58 PM
I'm getting nothing but numbers if I do that, are players defined as numbers? (player_id integer)

http://img37.imagefra.me/img/img37/2/2/24/noturns/t_cj7hapom_3d52de6.png (http://imagefra.me/view.php?img=/2/2/24/noturns/f_cj7hapom_3d52de6.png&srv=img37)

Veteran68
02-24-2010, 04:05 PM
I'm getting nothing but numbers if I do that, are players defined as numbers? (player_id integer)
Yes, you'd have to do a join on the table with the player name. I'm not at my HEM PC at the moment so can't be more specific.

If I may ask, why do you need to manipulate aliases outside of HEM?

NoTurns
02-27-2010, 10:32 PM
Because Im finding it a real hassle I cant's select multiple villains at once to add to an alias. I was hoping it was just some text file so I could simply copy-paste a list of villains to add to an alias.