# File lib/tapkit/access/adapters/postgresql.rb, line 56
                def create_channel
                        channel = PostgreSQLChannel.new self
                        @channels << channel
                        channel
                end