Thread
-
Re: createdb test shown as number in data directory
Thomas Lockhart <lockhart@alumni.caltech.edu> — 2001-05-11T13:45:37Z
> ALL THE ABOVE HAS NO ERROR. However, when I look in > /usr/local/pgsql/data/base, all the directories created is in number format > as shown: ... > But when I did a psql -l, I can find the db created. > I remember in the older postgres version, I can test dir in .../base. But > not in this version. You are correct. The file naming scheme was changed; check the archives in -hackers for discussions on how to associate numbers with names. - Thomas