Re: [BUGS] BUG #5113: Postgres not scanning indexes

2009-10-13 Thread Michael Glaesemann
than reading from the table directly? Compare trying to read an entire book by looking up individual words in the index and then turning to the appropriate page. Michael Glaesemann grzm seespotcode net -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to

Re: [BUGS] BUG #3563: DATESTYLE feature suggestion

2007-08-22 Thread Michael Glaesemann
generating reports straight from PostgreSQL or using some kind of middleware? Michael Glaesemann grzm seespotcode net ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [BUGS] BUG #3734: Invalid XML schema output.

2007-11-23 Thread Michael Glaesemann
On Nov 23, 2007, at 12:30 , Peter Eisentraut wrote: Am Freitag, 23. November 2007 schrieb Michael Glaesemann: It's because some browser *HTML* parsers that aren't fully XML compliant won't parse it correctly Yes, that is pretty much it, but that is obviously irrelevant nowa

Re: [BUGS] BUG #3734: Invalid XML schema output.

2007-11-23 Thread Michael Glaesemann
ecause some XML parsers have a problem with it. Any XML parser worthy of the name should have no problem with (or any other self-closing empty element tag, for that matter). Michael Glaesemann grzm seespotcode net ---(end of broadcast)--- TIP 5:

Re: [BUGS] BUG #3811: Getting multiple values from a sequence generator

2007-12-09 Thread Michael Glaesemann
tesequence.html http://www.postgresql.org/docs/8.2/static/sql-altersequence.html In particular, the INCREMENT BY option (and perhaps CACHE). Michael Glaesemann grzm seespotcode net ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

Re: [BUGS] BUG #3822: Nonstandard precedence for comparison operators

2007-12-29 Thread Michael Glaesemann
27;bar'::text || true; ^ HINT: No operator matches the given name and argument type(s). You may need to add explicit type casts. Michael Glaesemann grzm seespotcode net ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

[BUGS] BUG #5555: ALTER TABLE ONLY ... SET NOT NULL on parent prevent prior inherited tables from being restored

2010-07-12 Thread Michael Glaesemann
The following bug has been logged online: Bug reference: Logged by: Michael Glaesemann Email address: g...@seespotcode.net PostgreSQL version: 8.4.4 Operating system: Mac OS X Description:ALTER TABLE ONLY ... SET NOT NULL on parent prevent prior inherited tables