github.com/go-pg/pg/v10/orm.Query.Table (method)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		query.go#L298: func (q *Query) Table(tables ...string) *Query {

	github.com/go-pg/migrations/v8
		collection.go#L611: 		Table("information_schema.schemata").
		collection.go#L619: 		Table("pg_tables").