Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - esr

1
General Discussion / Re: postgres with schemes
Yes, I created a table from PHPRad and it works, but it is created in the public scheme. I can't find an option to create a table in some scheme that is already created in the database.
I have several projects created in php and I would like to migrate them to PHPRad, but the databases have different schemas in the database. I had never had this problem, but as I am just getting to know PHPRad I don't know how to solve it to continue.
ESR
2
General Discussion / Re: postgres with schemes
Thanks for the prompt response.
This database is in production (used with delphi for php) and I have not had access problems before, so it should not be a permissions problem (same username and password).
But now when I select this database, PHPRad sends me a message saying that the database has no tables. I do not use the public scheme, but I have another 5 schemes with their respective tables which cannot be read.
Is there anything else I can review to try to solve this problem?
Any help or comments is welcome.
ESR.
3
General Discussion / postgres with schemes
Hello everyone.
Today I started using PHPRad with postgres, but when selecting a database that I have already created, it indicates that it is without tables. My database uses schemas, but it seems I can't read them (more than 100 tables in different schemas)
Can someone help me or tell me what I can do to fix it?
Thank you.