mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Change owner from oid to int4 type.
This commit is contained in:
@ -39,7 +39,7 @@ main(int argc, char **argv)
|
||||
typname = 'regproc') AND \
|
||||
a.attrelid = c.oid AND \
|
||||
a.atttypid = t.oid \
|
||||
ORDER BY 2, 3; \
|
||||
ORDER BY 2, a.attnum ; \
|
||||
");
|
||||
doquery("FETCH ALL IN c_attributes");
|
||||
attres = get_result();
|
||||
|
Reference in New Issue
Block a user