The problem certainly lies in the way the research is done. You’re not finding any differences in the results shown depending on the browser brand. Is finding differences depending on who is using the system.
It’s even possible to have different data being presented in different browsers, but it shows that your pages are more complex than they should be and are poorly tested. I’m not saying you have this problem, I’m just saying it’s possible, although highly unlikely. If you think this could be it, that there’s something on the page that might be hiding data in IE, open a specific question and show your code that you think you’re doing this. There is no way to analyze without seeing code. But reinforcement that is unlikely to have any problem.
But answering your question objectively incompatibility between the database and any browser not because they even talk to each other.
Anyway you can test this easily. Use IE and see if anything changes. And/or have your customers test with another browser (I know this is a little more complicated to do depending on the client) and the result will be the same. That is, I would discard any problem with the browser but do the test to be sure, there is no better way to find out.
Lastly you may still be curious about the problem. If there really is a problem and there is no error in the interpretation of the data by the clients or by you, probably the error is in the server-side application. Probably under certain circumstances it recovers the data one way or another.
Can the browser influence this? Yes, it can, but again it is highly unlikely. Your application would need to treat the data differently depending on the information from which browser the user is using being captured through Javascript and sent to the server. But all this is speculation and if it were, you’d know.
Currently your question is very vague, did not say the version of IE and Postgres that is used, do not know what the errors, it is difficult for someone to answer your question objectively. Take a look at How to ask a good question?.
– stderr
opa, thanks for noticing that I already changed there with the versions.
– Estácio Di Fabio
This looks like browser incompatibility with some javascript, use the IE console to find out more details.
– rray