Обсуждение: Re: [NOVICE] pg_config --pgxs

Поиск
Список
Период
Сортировка

Re: [NOVICE] pg_config --pgxs

От
"Dave Page"
Дата:

> -----Original Message-----
> From: George Weaver [mailto:gweaver@shaw.ca]
> Sent: 03 March 2006 14:55
> To: Dave Page
> Cc: Thomas Hallgren; pgsql-hackers@postgresql.org;
> pgsql-novice@postgresql.org; Michael Fuhr
> Subject: Re: [HACKERS] [NOVICE] pg_config --pgxs
>
>
> From: "Dave Page"
> Sent: Friday, March 03, 2006 8:24 AM
>
> >It might be that short filenames are disabled - George,
> what's the value
> >of the registry key:
>
> >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSyste
> m\NtfsDisab
> >le8dot3NameCreation
>
> Hi Dave;
>
> The value is 0.  Does that mean short filenames are disabled?

No, 1 means disabled, 0 (or non-existant) means enabled, so unless
there's another way of doing it that I don't know of, that's unlikely to
be the problem.

Regards, Dave.