Alvaro Herrera <alvhe...@commandprompt.com> writes: > Peter Eisentraut wrote: >> I'm not sure how important this is, but if you are enumerating the access >> methods (RELOPT_KIND_BTREE, etc.), how will this work with user-defined >> access methods?
> It is important. > I'm intending to have a new routine which would reserve a value at > runtime. This value would be later be passed by the AM to create new > options on the table. What do you mean by "at runtime"? Surely the value would have to remain stable across database restarts, since it's going to relate to stuff that is in catalog entries. I'd feel more comfortable with a scheme that used the AM's pg_am OID. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers