On Wednesday 04 November 2015 16:46:35 José Tomás Tocino García wrote:
> > Are you doing something like "inspectdb other.a other.b" or "inspectdb a
> > b"?
> 
> The latter. Given a single database (and the default schema), my patch
> allows to just inspect tables "a" and "b".
> 

Now I get it. There are tables in your schema, which are not owned by you. 
Frankly, I wasn't aware this was possible.

> 
> The problem is what I mentioned in my first message, the current
> implementation of inspectdb fails to get all the tables and views when the
> user does not own them.

In that case, are you sure what you're offering is a solution and not just a 
workaround? Shouldn't we make it so that inspectdb always gets all the tables 
in the schema?

> 
> My intention is just that, to be able to limit what tables are introspected
> when inspectdb is launched, regardless of what has been inspected before.
> 

What do you thunk of Tim Allen's suggestion:

        ./manage.py inspectdb --tables=form_*,user_*

Thanks for your patience in this,

        Shai.

Reply via email to