github.com/go-pg/pg/v10/orm.Table.Tablespace (field)

4 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L72: 	Tablespace types.Safe
		table.go#L320: 			t.Tablespace = quoteIdent(s)
		table_create.go#L126: 	if table.Tablespace != "" {
		table_create.go#L127: 		b = q.appendTablespace(b, table.Tablespace)