[BUGS] BUG #2080: Partitioning does not work with PREPARE

2005-11-30 Thread Janko Richter
The following bug has been logged online: Bug reference: 2080 Logged by: Janko Richter Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Linux Description:Partitioning does not work with PREPARE Details: Partitioning does not work with

Re: [BUGS] BUG #1096: pg_restore cannot restore large objects with

2004-03-11 Thread Janko Richter
e dumped database, pg_restore tries to restore the functions of tsearch2 as a large object. It does what? I don't think you're describing this accurately. Please show the actual problem and not your interpretation of it. regards, tom lane -- Janko Richter ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[BUGS] PgSQL74b2: initdb fails (max_connections)

2003-09-03 Thread Janko Richter
patch solves the problem: --- initdb.orig Wed Sep 3 09:49:01 2003 +++ initdb Wed Sep 3 09:50:38 2003 @@ -575,7 +575,7 @@ break fi done - +PGSQL_OPT="$PGSQL_OPT -c max_connections=$nconns" echo "$nconns" ######