[ADMIN] Online backups and WAL

2005-04-15 Thread Marc Cousin
'alter system archive log current' in Oracle. Cheers. Marc Cousin ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[ADMIN] SSL broken pipe

2007-03-28 Thread Marc Cousin
Hi, I've been having this problem occurring a few times in the last few days : in the postgresql log, I've seen these messages : 2007-03-28 13:53:34.845 CEST,18249 LOG: SSL SYSCALL error: Broken pipe 2007-03-28 13:53:34.846 CEST,18249 LOG: SSL SYSCALL error: Broken pipe 2007-03-28 13:53:34.84

Re: [ADMIN] SSL broken pipe

2007-04-02 Thread Marc Cousin
It seems to be what occurred : the windows client crashed ... Still, it's a bit of a problem to have a filesystem full in a matter of minutes just because a client machine crashed while having an SSL connection opened on the postgresql server... On Thursday 29 March 2007 19:40:18 Peter Koczan wr

[ADMIN] about threaded libpq

2007-06-05 Thread Marc Cousin
as well as possible. Thanks a lot for feedback... Marc Cousin ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [ADMIN] 8.3 and 8.4 feature list

2007-06-08 Thread Marc Cousin
On Thursday 07 June 2007 18:40:37 Joshua D. Drake wrote: > Abraham, Danny wrote: > > Hi, > > > > I am migrating from Sybase to Postgres. > > > > trying to get a hold on the issue of future releases feature list. > > > > 1. Where can I find the feature list for 8.3 ? When is it expected? > > The ro

[ADMIN] postgresql winsock problem

2007-07-16 Thread Marc Cousin
Hi, I'm having this problem on Windows 2003-SP1, with Postgresql 8.2. At a certain moment (after several hours of use, randomly), the postgresql server stops responding. When checking in the log, I see this message repeatedly : Could not send data to client: Unknown winsock error 10055 The prob

[ADMIN] No other role than public in privileges setup tabs

2008-03-27 Thread Marc Cousin
Hi, I cannot select any other role than public in the privileges tab in pgadmin 1.8.2. I see this for at least schemas and tables. Is it a known bug, a normal behavior, an unknown bug ? :) Cheers Marc Cousin -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes

[ADMIN] cannot restore a view after a dump

2008-04-04 Thread Marc Cousin
Hi, I'm having a strange problem : I created a view in a database, and I cannot restore it after a pg_dump. I'm creating this view : CREATE VIEW vj_icsi_integration_winaudit_isiparc AS SELECT DISTINCT objet.c_barre , resume.computer ,

Re: [ADMIN] cannot restore a view after a dump

2008-04-04 Thread Marc Cousin
anagement_systeme_memoire.devicenumber)::text) AS devicenumber FROM winaudit.winaudit_management_systeme_memoire GROUP BY winaudit_management_systeme_memoire.computer) memoire ORDER BY CASE WHEN (memoire.devicenumber = '{1,2}'::text[]) THEN 2 WHEN (memoire.devicenumber

Re: [ADMIN] cannot restore a view after a dump

2008-04-08 Thread Marc Cousin
ostgreSQL for a while now ... Thanks in advance. On Friday 04 April 2008 15:21:52 Marc Cousin wrote: > I've forgotten to add this information : > > Version : > infocentre_dte=# SELECT * from version(); >

Re: [ADMIN] cannot restore a view after a dump

2008-04-08 Thread Marc Cousin
h a syntax error at other times... It's the first > > time I've seen it, and I've been using PostgreSQL for a while now ... > > > > Thanks in advance. > > > > On Friday 04 April 2008 15:21:52 Marc Cousin wrote: &

Re: [ADMIN] cannot restore a view after a dump

2008-04-22 Thread Marc Cousin
I've installed it and it works. Thanks a lot. On Saturday 12 April 2008 01:01:06 Tom Lane wrote: > Marc Cousin <[EMAIL PROTECTED]> writes: > > I'm having a strange problem : I created a view in a database, and I > > cannot restore it after a pg_dump. ... > >

[ADMIN] plpgsql function seems to be leaking memory

2008-06-24 Thread Marc Cousin
Hi, I'm having a problem with plpgsql functions leaking memory. I've reproduced the problem with this simple function here : CREATE OR REPLACE FUNCTION ftest() RETURNS boolean AS $BODY$BEGIN INSERT INTO test2 values (1); RETURN true; END;$BODY$ LANGUAGE 'plpgsql' VOLATILE; test2 table is a

Re: [ADMIN] plpgsql function seems to be leaking memory

2008-06-24 Thread Marc Cousin
On Tuesday 24 June 2008 16:56:10 Tom Lane wrote: > Marc Cousin <[EMAIL PROTECTED]> writes: > > I'm having a problem with plpgsql functions leaking memory. > > Your example shows absolutely no memory leak here, in either 8.3.3 > or CVS HEAD. > > > I see the

[ADMIN] can't cancel a query with pg_cancel_backend

2009-05-05 Thread Marc Cousin
Hi, I'm having a problem cancelling a query. I've already had sometimes this kind of problem, but not this hard (and I didn't find anything searching the archives, but still I remember seeing discussions about this). Usually, it cancels in a few seconds to a minute. I've run this query an hou

Re: [ADMIN] can't cancel a query with pg_cancel_backend

2009-05-05 Thread Marc Cousin
On Tuesday 05 May 2009 16:35:11 Tom Lane wrote: > Marc Cousin writes: > > [ can't cancel this query ] > > > > Index Scan using file_jpfid_idx on file (cost=0.00..7327212.07 > > rows=2128 width=104) > >Index Cond: (pathid = 120) > > > >

Re: [ADMIN] can't cancel a query with pg_cancel_backend

2009-05-05 Thread Marc Cousin
great, thanks a lot... On Tuesday 05 May 2009 17:11:35 Tom Lane wrote: > Marc Cousin writes: > > On Tuesday 05 May 2009 16:35:11 Tom Lane wrote: > >> Hmm ... is it likely that index entries with pathid = 120 are *very* few > >> and far between in jobid order

[ADMIN] pg_restore -j mixed and missing lines of output

2011-09-01 Thread Marc Cousin
Hi, I don't know if this is a known problem, or something I'm doing wrong, but pg_restore -j tends to sometimes mix lines, or even completely drop some. Here is an example (it's a -j12 run): pg_restore: pg_restore: restoring data for table "edw_iu_paglac_axe1_kpi_lac_month_bh" restoring data fo