On Wed, Jun 14, 2006 at 06:21:35PM -0400, John D. Burger wrote: > Is there any way to set DEFAULT_STATISTICS_TARGET on a permanent basis > for a particular database?
You can use ALTER DATABASE. New sessions will get the new value; you'll need to reconnect to see the effect. http://www.postgresql.org/docs/7.4/interactive/sql-alterdatabase.html -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match