Re: Thanks, naming conventions, and count()

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: Thanks, naming conventions, and count()
Дата
Msg-id Pine.BSF.4.33.0104300002020.411-100000@mobile.hub.org
обсуждение исходный текст
Ответ на Re: Thanks, naming conventions, and count()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Thanks, naming conventions, and count()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Thanks, naming conventions, and count()  ("B. Palmer" <bpalmer@crimelabs.net>)
Список pgsql-hackers
On Sun, 29 Apr 2001, Bruce Momjian wrote:

> > I don't know the answers to these questions, which is why I'm asking them
> > ... if this is something safe to do, and doesn't break us again, then
> > sounds like a good idea to me too ...
>
> I was suggesting the symlinks purely for admin convenience.  The database
> would use only the numeric names.

Except that the database would have to maintain those links ... now you've
given something ppl are relying on being there, but, for some reason, a
symlink wasn't created, so they think their table doesn't exist?

I can even think of a situation, as unlikely as it can be, where this
could happen ... run out of inodes on the file system ... last inode used
by the table, no inode to stick the symlink onto ...

its a remote situation, but I've personally had it happen ...

I'd personally prefer to see some text file created in the database
directory itself that contains the mappings ... so that each time there is
a change, it just redumps that data to the dext file ... less to maintain
overall ...





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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Thanks, naming conventions, and count()
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Thanks, naming conventions, and count()