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
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
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"
######