Re: [HACKERS] Win32 version question

2004-06-30 Thread Merlin Moncure
> Does the win32 build have a pg_tablespace table? are there any rows in > it? > > Was thinking the combination of the two queries would be able to > determine table space support in some fashion: > > select * from pg_class where relnamespace = (select oid from > pg_namespace where nspname = 'pg

Re: [HACKERS] Win32 version question

2004-06-30 Thread Robert Treat
On Wed, 2004-06-30 at 11:16, Merlin Moncure wrote: > > In phpPgAdmin, I need to know if the backend supports tablespaces or > > not. What is the most reliable way of detecting that the backend is > the > > win32 native version and hence does not support tablespaces? Version > > string info? > >

Re: [HACKERS] Win32 version question

2004-06-30 Thread Joshua D. Drake
So it can't be compiled by other compiler? Say Digital Mars or some Microsoft or Borland compiler? Nope. It needs the GNU tool set. -- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC Postgresql support, programming shared hosting and dedicated hosting. +1-503-667-4564 - [

Re: [HACKERS] Win32 version question

2004-06-30 Thread Alvaro Herrera
On Wed, Jun 30, 2004 at 11:16:15AM -0400, Merlin Moncure wrote: > > In phpPgAdmin, I need to know if the backend supports tablespaces or > > not. What is the most reliable way of detecting that the backend is > > the win32 native version and hence does not support tablespaces? > > Version string i

Re: [HACKERS] Win32 version question

2004-06-30 Thread Merlin Moncure
> In phpPgAdmin, I need to know if the backend supports tablespaces or > not. What is the most reliable way of detecting that the backend is the > win32 native version and hence does not support tablespaces? Version > string info? > > Or alternatively, what is the most direct way of detecting it