Thread
-
static oid
Massimo Dal Zotto <dz@cs.unitn.it> — 1999-03-24T17:21:43Z
Hi, I need some static oids to add new datatypes and procs to the system catalog. Can I just grab the first unused oids or should I choose oids from specific ranges for types and procs. -- Massimo Dal Zotto +----------------------------------------------------------------------+ | Massimo Dal Zotto email: dz@cs.unitn.it | | Via Marconi, 141 phone: ++39-0461534251 | | 38057 Pergine Valsugana (TN) www: http://www.cs.unitn.it/~dz/ | | Italy pgp: finger dz@tango.cs.unitn.it | +----------------------------------------------------------------------+
-
Re: [HACKERS] static oid
Bruce Momjian <maillist@candle.pha.pa.us> — 1999-03-24T18:11:54Z
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Hi, > > I need some static oids to add new datatypes and procs to the system catalog. > Can I just grab the first unused oids or should I choose oids from specific > ranges for types and procs. See unused_oids in pg/include. If you need a sizable range, I recommend getting a continious range of them from the end. There is no partitioning of oids. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
-
Re: [HACKERS] static oid
Bruce Momjian <maillist@candle.pha.pa.us> — 1999-03-24T18:12:15Z
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Hi, > > I need some static oids to add new datatypes and procs to the system catalog. > Can I just grab the first unused oids or should I choose oids from specific > ranges for types and procs. > Can you give me a large city that you are near for our developers map? -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
-
Re: [HACKERS] static oid
Taral <taral@cyberjunkie.com> — 1999-03-25T01:11:13Z
On Wed, 24 Mar 1999, Bruce Momjian wrote: >Can you give me a large city that you are near for our developers map? What developers map? Taral
-
Re: [HACKERS] static oid
Bruce Momjian <maillist@candle.pha.pa.us> — 1999-03-25T04:41:48Z
> On Wed, 24 Mar 1999, Bruce Momjian wrote: > >Can you give me a large city that you are near for our developers map? > > What developers map? > > Taral > The one under help us/developers on the web page. Jan is working on improving it. We don't have everyone there, but people who have been around a long time. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026