Re: [ADMIN] Database subdirectories in V7.1.x

2001-10-18 Thread Bruce Momjian
> Thanks guys... > > I was able to do employ the symbolic link trick to get my old > filesystems set up for use with 7.1's way of doing things and am glad > I don't /really/ need to remember what the heck is that mounted on > /opt/postgresql/data/base/19162, etc.. > > This would have been less o

Re: [ADMIN] Database subdirectories in V7.1.x

2001-10-18 Thread Rick Turner
Thanks guys... I was able to do employ the symbolic link trick to get my old filesystems set up for use with 7.1's way of doing things and am glad I don't /really/ need to remember what the heck is that mounted on /opt/postgresql/data/base/19162, etc.. This would have been less of a PITB if it h

Re: [ADMIN] Database subdirectories in V7.1.x

2001-10-16 Thread Tom Lane
Stephan Szabo <[EMAIL PROTECTED]> writes: > The reason tables got renamed into numbers was due to rollbacks of > drops or drops followed by creates in the same transaction. That was one reason, but an equally big reason was to have a compact way of referencing tables in the WAL logs, such that a

Re: [ADMIN] Database subdirectories in V7.1.x

2001-10-16 Thread Bruce Momjian
/contrib/oid2name does the job. > Back in August there was a posting regarding the names of database > subdirectories. Under PostgreSQL 7.0.x the subdirectory names were > the name of the database. Made a lot of sense. Now under V7.1.x > we're supposed to somehow know that some numbered subd

Re: [ADMIN] Database subdirectories in V7.1.x

2001-10-16 Thread Stephan Szabo
On 16 Oct 2001, Rick Turner wrote: > Is there some way to revert back to the V7.0.x way of naming things? Probably not. > Or is there some workaround to allow one to reasonably manage large > databases under V7.1.x? In contrib there's a utility oid2name which will give the number/name mappings

[ADMIN] Database subdirectories in V7.1.x

2001-10-16 Thread Rick Turner
Back in August there was a posting regarding the names of database subdirectories. Under PostgreSQL 7.0.x the subdirectory names were the name of the database. Made a lot of sense. Now under V7.1.x we're supposed to somehow know that some numbered subdirectory happens to be the location of a ce