<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Postgresql schema missing in Table Filter"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137442#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Postgresql schema missing in Table Filter"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137442">bug 137442</a>
              from <span class="vcard"><a class="email" href="mailto:mshiner@uzerp.com" title="mshiner@uzerp.com">mshiner@uzerp.com</a>
</span></b>
        <pre>(In reply to Robert Großkopf from <a href="show_bug.cgi?id=137442#c1">comment #1</a>)
<span class="quote">> Which connection to PostgreSQL do you use? Direct, JDBC or ODBC?

> Do I have only to run
> CREATE SCHEMA IF NOT EXISTS reports 
> to see the behavior?</span >

Robert 

I am connecting to the open source uzERP ERP system - I think you may be able
to get a demo database here:

<a href="https://github.com/uzerpllp">https://github.com/uzerpllp</a>

Direct connection in the form 

host=[uzerphost] dbname=[uzerp] 

The postgreSQL backend db in question has the following

archive
information_schema
pg_catalog
public
reports
user_tables
validate

when I open the 'base' file they all appear but if I try to user table filter
the reports schema then doesn't show.

M</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>