Re: [HACKERS] Tree type, how best to impliment?

Поиск
Список
Период
Сортировка
От Terry Mackintosh
Тема Re: [HACKERS] Tree type, how best to impliment?
Дата
Msg-id Pine.LNX.3.95.981123204927.4323B-100000@terry1.acun.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Tree type, how best to impliment?  ("Mark Hollomon" <Mark.Hollomon.mhh@nt.com>)
Список pgsql-hackers
Hi

On Mon, 23 Nov 1998, Mark Hollomon wrote:

> Tom Lane wrote:
> > A purely stylistic suggestion: IDs of the form "1.2.3.4" might be
> > mistaken for IP addresses, which of course they ain't.  It might save
> > confusion down the road to use a different delimiter.  Not slash either
> > unless you want the things to look like filenames ... maybe comma or
> > colon?
> > 
> >                         regards, tom lane
> 
> But the 'dot' notation also looks like an entry in an SNMP MIB.
> I've been thinking about a similar structure for psql storage
> of a MIB.

Well, as it logically mimics a directory structure, I finally went with a
'/' and full names instead of numbers.
And as there were no takers to help improve my understanding of how to
work with the SPI stuff, and as the docs on it are not very extensive, I
finally did the referincial integrity stuff for cross linking categories 
at the application lever, where it was realatively simple to write.
'cross links' == symbolic links in a file system.  In fact, logically
speaking, it is a file system.

I don't know what an 'MIB' is, but if this sort of thing is what you need,
then I can work with you, as I already have the details worked out, and I
would love to impliment some of the now-app-level-details on the database
side, where they belong.

Have a great day
Terry Mackintosh <terry@terrym.com>          http://www.terrym.com
sysadmin/owner  Please! No MIME encoded or HTML mail, unless needed.

Proudly powered by R H Linux 4.2, Apache 1.3, PHP 3, PostgreSQL 6.4
-------------------------------------------------------------------
Success Is A Choice ... book by Rick Patino, get it, read it!



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [HACKERS] Parser bug?
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] More on 6.4 on DEC Alpha + Digital Unix 4.0d + DEC C compiler