Re: [BUGS] pthread.h

2003-09-27 Thread Bruce Momjian
Did you run configure using --enable-thread-safety? We don't support threads on MS Win yet. Not sure how hard it would be to do. Any ideas? --- Ali Karaki wrote: > Hi, > > I downloaded the source code for version 7.4 Bet

Re: [PATCHES] [BUGS] bug in clusterdb script

2003-09-27 Thread Bruce Momjian
Alvaro Herrera wrote: > On Sat, Sep 27, 2003 at 08:02:17PM -0400, Bruce Momjian wrote: > > > > Your patch has been added to the PostgreSQL unapplied patches list at: > > > > http://momjian.postgresql.org/cgi-bin/pgpatches > > > > I will try to apply it within the next 48 hours. > > Keep in

Re: [BUGS] bug in clusterdb script

2003-09-27 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- [EMAIL PROTECTED] wrote: > Hi There's a b

Re: [BUGS] dbf2pg international characters handling incomplete

2003-09-27 Thread Bruce Momjian
OK, patch attached and applied for 7.4. Thanks. --- Márcio Dick Smiderle wrote: > Your name: M?rcio Dick Smiderle > Your email address: [EMAIL PROTECTED] > > > System Configuration > - >Architectur

Re: [BUGS] [7.4beta3] pg_dump -t xxx won't output sequences

2003-09-27 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > On Sat, 2003-09-27 at 14:23, Tom Lane wrote: >> Neil, what's the reason not to allow dumping just a sequence? > Good question. I can't see a good reason not to allow it, and I can't > recall my original reason for including that code. Please go ahead and >

Re: [BUGS] [7.4beta3] pg_dump -t xxx won't output sequences

2003-09-27 Thread Neil Conway
On Sat, 2003-09-27 at 14:23, Tom Lane wrote: > /* > * If the user is attempting to dump a specific table, check to ensure > * that the specified table actually exists (and is a table or a view, > * not a sequence). > */ > if (selectTableName) > { > for (i = 0

Re: [BUGS] [7.4beta3] pg_dump -t xxx won't output sequences

2003-09-27 Thread Tom Lane
Tomas Szepe <[EMAIL PROTECTED]> writes: > Not sure if this is a bug, but still. :) > pgsql7.3.4$ pg_dump -a -t seq_wtmp db1 > [ works ] > pgsql7.4beta3$ pg_dump -a -t seq_wtmp db1 > pg_dump: specified table "seq_wtmp" does not exist Looking at the CVS history, I see that Neil added code to delib

[BUGS] [7.4beta3] pg_dump -t xxx won't output sequences

2003-09-27 Thread Tomas Szepe
Hi, Not sure if this is a bug, but still. :) Compare: pgsql7.3.4$ pg_dump -a -t seq_wtmp db1 -- -- PostgreSQL database dump -- \connect - kala SET search_path = public, pg_catalog; -- -- TOC entry 1 (OID 800427) -- Name: seq_wtmp; Type: SEQUENCE SET; Schema: public; Owner: kala -- SELECT pg

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Tomas Szepe
> [EMAIL PROTECTED] > > >indexes: > >stats_min_pkey primary key btree (ip, "start") > >stats_min_start btree ("start") > >stats_hr_pkey primary key btree (ip, "start") > >stats_hr_start btree ("start") > > >ip is of type "inet" in all tables. > >start is of type "t

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Gaetano Mendola
Tomas Szepe wrote: [EMAIL PROTECTED] Tomas Szepe wrote: [EMAIL PROTECTED] indexes: stats_min_pkey primary key btree (ip, "start") stats_min_start btree ("start") stats_hr_pkey primary key btree (ip, "start") stats_hr_start btree ("start") ip is of type "inet" in all tables. start is of type

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Tomas Szepe
> [EMAIL PROTECTED] > > Tomas Szepe wrote: > >>[EMAIL PROTECTED] > >> > >> > >>>indexes: > >>>stats_min_pkey primary key btree (ip, "start") > >>>stats_min_start btree ("start") > >>>stats_hr_pkey primary key btree (ip, "start") > >>>stats_hr_start btree ("start") > >> > >>>ip is of type "inet" in

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Gaetano Mendola
Tomas Szepe wrote: [EMAIL PROTECTED] indexes: stats_min_pkey primary key btree (ip, "start") stats_min_start btree ("start") stats_hr_pkey primary key btree (ip, "start") stats_hr_start btree ("start") ip is of type "inet" in all tables. start is of type "timestamp without time zone" in all tabl

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-27 Thread Tomas Szepe
> [EMAIL PROTECTED] > > > indexes: > > stats_min_pkey primary key btree (ip, "start") > > stats_min_start btree ("start") > > stats_hr_pkey primary key btree (ip, "start") > > stats_hr_start btree ("start") > > > ip is of type "inet" in all tables. > > start is of type "timestamp without time zon