Re: [ADMIN] File Sytems Types and Os Recomendations

2003-09-16 Thread scott.marlowe
On Tue, 16 Sep 2003, John Allgood wrote: > Hello > > I am looking for information on what operating systems and > filesystems people are running postgresql on. I have read so much on this I > decided to get some input from other people. I at first was leaning toward > FreeBSD and using its

[ADMIN] multibytes language support

2003-09-16 Thread Maillist
Hi, there, I installed postgresql 7.3.4 by RPMs, and created a database. Now I found I need multibytes language support. How can I change the database setting? I don't want to re-create the database. I installed JDBC and when some columns have multibytes chars. JDBC throws error. Please help m

Re: [ADMIN] SQL-Statement

2003-09-16 Thread colin roald
Quoth Markus Espenhain <[EMAIL PROTECTED]>: > SELECT * FROM Hauptantrag WHERE (select datenfeldname from > datenexport) > (select datum_von from datenexport) AND (select > datenfeldname from datenexport) < (select datenexport.datum_bis from > datenexport) limit 10; If I understand you right, you w

[ADMIN] File Sytems Types and Os Recomendations

2003-09-16 Thread John Allgood
Title: File Sytems Types and Os Recomendations Hello     I am looking for information on what operating systems and filesystems people are running postgresql on. I have read so much on this I decided to get some input from other people. I at first was leaning toward FreeBSD and using i

Re: [ADMIN] Report Generator Proposal

2003-09-16 Thread Mendola Gaetano
"Mauricio de Castro" <[EMAIL PROTECTED]> wrote: > Report Generator in PHP-GTK that work with Pear-db. It's very easy for > users... I was thinking to generate the report with the psql, not with an external program, somethink like this: Welcome to psql 7.X, the PostgreSQL interactive terminal. T

Re: [ADMIN] Inserting 26 million rows takes 8 hours, how to

2003-09-16 Thread scott.marlowe
On 16 Sep 2003, Jose Vicente Nunez Z wrote: > Tom, > > > On Tue, 2003-09-16 at 10:44, Tom Lane wrote: > > Jose Vicente Nunez Z <[EMAIL PROTECTED]> writes: > > > For that i'm using the PostgreSQL copy tool, but the problem is that is > > > taking almost 9 hours to load the data: > > > > Hmm, 889

Re: [ADMIN] Inserting 26 million rows takes 8 hours, how to improve those times?

2003-09-16 Thread Tom Lane
Jose Vicente Nunez Z <[EMAIL PROTECTED]> writes: > create table mytable > ( >a varchar(20) not null, >b varchar(20) not null, >c varchar(20) not null, >d char(6), >f int null, >g float not null, >

Re: [ADMIN] Inserting 26 million rows takes 8 hours, how to

2003-09-16 Thread Jose Vicente Nunez Z
Tom, On Tue, 2003-09-16 at 10:44, Tom Lane wrote: > Jose Vicente Nunez Z <[EMAIL PROTECTED]> writes: > > For that i'm using the PostgreSQL copy tool, but the problem is that is > > taking almost 9 hours to load the data: > > Hmm, 889 rows/second doesn't sound that bad, considering that you've >

Re: [ADMIN] Inserting 26 million rows takes 8 hours, how to improve those times?

2003-09-16 Thread Tom Lane
Jose Vicente Nunez Z <[EMAIL PROTECTED]> writes: > For that i'm using the PostgreSQL copy tool, but the problem is that is > taking almost 9 hours to load the data: Hmm, 889 rows/second doesn't sound that bad, considering that you've given us no data about the hardware you're running on. In parti

Re: [ADMIN] postgresql headers

2003-09-16 Thread Thierry Missimilly
By default they should be in /usr/local/pgsql/include [EMAIL PROTECTED] wrote: > Does anyone know where i can get the postgresql headers from or where > they might be located on my redhat machine. begin:vcard n:Missimilly;Thierry tel;fax:+33 (0)4 76 29 78 78 tel;work:+33 (0)4 76 29 74 54 x-mo

Re: [ADMIN] pg_ctl reload seems to not work

2003-09-16 Thread scott.marlowe
Read the administrator docs again, and look for the line: This option can only be set at server start. At the end of a lot of the entries. This is one of them. I.e. reload won't do, only restart. On 16 Sep 2003, Frédéric Burlet wrote: > > Hi, > > When I'm using pg_ctl to reload the config

Re: [ADMIN] postgresql headers

2003-09-16 Thread jean-philippe.gois
You should find it by issuing : rpm -ql postgresql-devel on a command line HTH Flupke -- << There's no place like ~! >> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 4:12 PM To: [EMAIL PROTECTED] Subject: [ADMIN] postgresql

Re: [ADMIN] SQL-Statement

2003-09-16 Thread A.Bhuvaneswaran
> SELECT * FROM Hauptantrag WHERE (select datenfeldname from datenexport) > > (select datum_von from datenexport) AND (select datenfeldname from > datenexport) < (select datenexport.datum_bis from datenexport) limit 10; It is not correct. You have not defined the condition between hauptantrag &

[ADMIN] Inserting 26 million rows takes 8 hours, how to improve those times?

2003-09-16 Thread Jose Vicente Nunez Z
Greetings, I'm trying to use PostgreSQL to manage big amounts of data; One of the first things i'm testing is how fast PostgreSQL can load some big CSV text files. For that i'm using the PostgreSQL copy tool, but the problem is that is taking almost 9 hours to load the data: copy nb_cmo_deal_po

[ADMIN] postgresql headers

2003-09-16 Thread james
Does anyone know where i can get the postgresql headers from or where they might be located on my redhat machine.

Re: [ADMIN] Report Generator Proposal

2003-09-16 Thread Mauricio de Castro
Report Generator in PHP-GTK that work with Pear-db. It's very easy for users... http://agata.codigolivre.org.br Creator: Pablo ([EMAIL PROTECTED]) []s Mauricio On Monday 15 September 2003 18:25, kaolin fire wrote: > On Monday, September 15, 2003, at 02:06 PM, Gaetano Mendola wrote: > > ""Mat

[ADMIN] dbArtisan

2003-09-16 Thread EOsorio
It's possible to use dbArtisan for administrate PostgreSQL databases? Eliecer Osorio Verdugo Ivestigación y Desarrollo Sisdef Ltda. Fono: 56 32 810777 Fax : 56 32 811190 e-mail: [EMAIL PROTECTED] ---(end of broadcast)--- TIP 7: don't forget to inc

[ADMIN] SQL-Statement

2003-09-16 Thread Markus Espenhain
Hello all, I have the problem that I must create an Querry witch looks like: --snip-- SELECT * FROM Hauptantrag WHERE (select datenfeldname from datenexport) > (select datum_von from datenexport) AND (select datenfeldname from datenexport) < (select datenexport.datum_bis from datenexport) li

[ADMIN] pg_ctl reload seems to not work

2003-09-16 Thread Frédéric Burlet
Hi, When I'm using pg_ctl to reload the config of postgres and nothing happens. I mean that the new configuration seems to not be reloaded (even if the logs say that a SIGHUP has been sent to postmaster). The command line I'm using is the following: su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl