Most voted "pgadmin4" questions
5 questions
Sort by count of
-
2
votes2
answers190
viewsPostgresql COUNT function does not work
The problem is simple but I can not understand where I am missing, I need to check the amount of results of the following sql: SELECT f.id,sum(p.valor) as valor_fatura, f.valor_desconto as desconto,…
-
1
votes0
answers670
viewsLogin pgAdmin 4
I installed pgAdmin 4 in Debian and when accessing the login screen it asks me for email and password. I expected it to ask the user "postgres" and password. I would like to know how to register…
-
0
votes0
answers57
viewsIdentity ASP.NET Core, error "Cannot create a Dbset for 'Usuario' because this type is not included in the model for the context"
I’m starting to learn Asp.Net Core, and I’m trying a problem regarding a user registration, because when I try to create it returns an internal error with the message "Cannot create a Dbset for…
-
0
votes0
answers19
viewsHow to make an Insert with select using bdlink
I need to do an Insert along with select looking for data from another database, for this I’m using dblink, but I’m not getting, I use pgadmin4 declare insertCad RECORD; begin for insertCad in…
-
0
votes2
answers27
viewsAuto-increment not working in Laravel
I’m creating a note control system, which basically contains 3 tables at the moment: Teachers, Materials and Activities. I am at the beginning of the project, in which I only made the teacher…