|
1 | 1 | .\" This is -*-nroff-*- |
2 | 2 | .\" XXX standard disclaimer belongs here.... |
3 | | -.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.1 1999/07/22 15:11:03 thomas Exp $ |
| 3 | +.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.2 2000/01/11 01:40:04 tgl Exp $ |
4 | 4 | .TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL |
5 | 5 | .SH "Section 7 - System Catalogs" |
6 | 6 | .de LS |
@@ -192,8 +192,8 @@ pg_class |
192 | 192 | 0=magnetic disk |
193 | 193 | 1=sony WORM jukebox |
194 | 194 | 2=main memory */ |
195 | | - int28 relkey /* - unused */ |
196 | | - oid8 relkeyop /* - unused */ |
| 195 | + int2vector relkey /* - unused */ |
| 196 | + oidvector relkeyop /* - unused */ |
197 | 197 | aclitem relacl[1] /* access control lists */ |
198 | 198 | .fi |
199 | 199 | .nf M |
@@ -229,9 +229,9 @@ pg_inherits |
229 | 229 | oid indproc /* function to compute index key from |
230 | 230 | attribute(s) in heap |
231 | 231 | 0=not a functional index */ |
232 | | - int28 indkey /* attribute numbers of key |
| 232 | + int2vector indkey /* attribute numbers of key |
233 | 233 | attribute(s) */ |
234 | | - oid8 indclass /* opclass of each key */ |
| 234 | + oidvector indclass /* opclass of each key */ |
235 | 235 | bool indisclustered /* is the index clustered? |
236 | 236 | - unused */ |
237 | 237 | bool indisarchived /* is the index archival? |
@@ -304,7 +304,7 @@ pg_proc |
304 | 304 | bool proretset /* does the function return a set? |
305 | 305 | - unused */ |
306 | 306 | oid prorettype /* return type */ |
307 | | - oid8 proargtypes /* argument types */ |
| 307 | + oidvector proargtypes /* argument types */ |
308 | 308 | int4 probyte_pct /* % of argument size (in bytes) that |
309 | 309 | needs to be examined in order to |
310 | 310 | compute the function */ |
|
0 commit comments