Module: FakePipe::Postgres
- Defined in:
- lib/fake_pipe/postgres.rb,
lib/fake_pipe/postgres/copy_block.rb,
lib/fake_pipe/postgres/comment_block.rb
Overview
Adapter to handle Postgres ‘pg_dump`
Defined Under Namespace
Classes: CommentBlock, CopyBlock
Class Method Summary collapse
Class Method Details
.text_blocks ⇒ Object
7 8 9 |
# File 'lib/fake_pipe/postgres.rb', line 7 def self.text_blocks [CommentBlock, CopyBlock] end |