I saw something cool in #postgresql on freenode tonight. There is a bot in the channel named "rtfm_please;" he'll reply to messages with pages of the postgresql documentation on that subject. For instance,
(9:03:51 PM) jbellis: constraint (9:03:51 PM) rtfm_please: For information about constraint (9:03:51 PM) rtfm_please: see http://www.postgresql.org/docs/current/static/ddl-partitioning.html (9:03:51 PM) rtfm_please: or http://www.postgresql.org/docs/current/static/infoschema-table-constraints.html (9:03:51 PM) rtfm_please: or http://www.postgresql.org/docs/current/static/sql-set-constraints.html
Unfortunately it's not too bright:
(9:03:48 PM) jbellis: add constraint (9:03:49 PM) rtfm_please: nothing found :-(
Apparently it's not really a search, but a manually-maintained collection of links (which explains why it's virtually instantaneous). I was amused to see this entry:
(9:23:36 PM) jbellis: mysql gotchas (9:23:37 PM) rtfm_please: For information about mysql gotchas (9:23:37 PM) rtfm_please: see http://sql-info.de/mysql/gotchas.html
(Yeah, I'm an irc newbie.)
Comments