Objects sometimes have fields, that are not visible through GUI tools like Pgadmin, or through psql.
For example, **purchase.order.line** has a functional field **price_subtotal**, which is not visible in database.
Is there a way to find out all fields, including "invisible" ones?
↧