Questions tagged as 'pgadmin'

1
answer

Dinamic Roles in Symfony2

Good I have that piece of code, I have the class "Users" and the class "Roles", in this fragment the getRole () method, perfectly gets the user name of the class users, at this point return 'ROLE_' strtoupper ($ this-> user-> getUsername ());...
asked by 14.10.2017 / 07:42
1
answer

Install pgadmin 4 win 2008 R2

I know the question is not specific to programming, but suddenly someone can help me: Install pgadmin 4 version 2.0 on a server with Windows 2008 R2, I do not generate any warning during the process, but when launching the application I get t...
asked by 06.10.2017 / 18:51
1
answer

Error "The application server could not be contacted" pgAdmin 4

I have installed PostgreSQL 10.5 and pgadmin 4 version 3.2 but when I try to start the pg admin 4 this error appears:    "The application server could not be contacted".     
asked by 02.09.2018 / 22:43
2
answers

Remove zeros or zero in front of data

I have some data stuck in a table. I'll give you an example codcliente | first name 010 juan 011 pepe 012 Luis I need to remove the zero in front of each client code. I'm doing it on pgadmin and I can not find anything that can help me. I'...
asked by 26.11.2018 / 16:15