[ADMIN] Newest Beta: slover with SELECT then 7.03?

2000-11-14 Thread Alvar Freude
Hello list, I installed and compiled the latest CVS-Beta of Postgres and made some simple benchmarks with extremely simple tables (only a SERIAL and a int4 column). According to http://www.phpbuilder.com/columns/tim20001112.php3 the newest beta is much more faster then the 7.0 releases. But wit

Re: [ADMIN] postgresql on Win 2k??????

2000-11-14 Thread Kevin Lo
Bryan Bateman wrote: > Is it possible??? Yes, why not? :-) Please see http://people.freebsd.org/~kevlo/postgres/portNT.html - Kevin

[ADMIN] Objeto de conexion

2000-11-14 Thread joaquin fernando pardo
Sres. Necesito un objeto de conexión para Delphi 5 en Windows 9.X y NT4.0, ya que la otra vez había bajado para Visual Basic de MySql. Pero ahora yo necesito un objeto de conexion para Delphi 5 como cliente de Postgres, que no sea ODBC Saludos atentamente.

[ADMIN] postgresql on Win 2k??????

2000-11-14 Thread Bryan Bateman
Is it possible???

Re: [ADMIN] ODBC on NT/cygwin Installation

2000-11-14 Thread Greg Kelley
You must download and install the PGSQL ODBC Driver separately. There are links for downloading it on the PGSQL site. Configuring with ODBC just activates support within PGSQL for using ODBC drivers, but doesn't do any installation of drivers. - Original Message - From: <[EMAIL PROTECTED]

[ADMIN] ODBC on NT/cygwin Installation

2000-11-14 Thread lbottorff
Hello, I've finally gotten 7.0.3 installed and running on NT4.0 Workstation/cygwin combo. I'm now trying to get ODBC up and running. (I did "./configure --with-odbc") Unfortunately, the docs seem to not be geared towards getting ODBC running directly on the NT platform. How do I get things set up

[ADMIN] ODBC On Postgresql On NT/cygwin?

2000-11-14 Thread lbottorff
Hello, I've finally gotten 7.0.3 installed and running on NT4.0 Workstation/cygwin combo. I'm now trying to get ODBC up and running. (I did "./configure --with-odbc") Unfortunately, the docs seem to not be geared towards getting ODBC running directly on the NT platform. How do I get things set up

Re: [ADMIN] create view error???

2000-11-14 Thread Dmitry Morozovsky
On Tue, 14 Nov 2000, Rynell Wesson wrote: RW> OS: Linux 2.2.16 RW> DB: postgresql-7.0.2 RW> RW> Why can't I create views? I get the following errors. What do I need to RW> do to properly create this file-- pg_rewrite_rulename_index? RW> RW> fakedb=# create view foo as RW> fakedb-# select *

[ADMIN] create view error???

2000-11-14 Thread Rynell Wesson
OS: Linux 2.2.16 DB: postgresql-7.0.2 Why can't I create views? I get the following errors. What do I need to do to properly create this file-- pg_rewrite_rulename_index? fakedb=# create view foo as fakedb-# select * from person; NOTICE: mdopen: couldn't open pg_rewrite_rulename_index: No s