pg-doc 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -134,6 +134,7 @@ module PG
134
134
  JOIN information_schema.tables t USING (table_catalog, table_schema, table_name)
135
135
  WHERE
136
136
  #{@schema_filter.call :table_schema}
137
+ AND table_type = 'BASE TABLE'
137
138
  ORDER BY
138
139
  1, 2, 4
139
140
  SQL
@@ -1,5 +1,5 @@
1
1
  module PG
2
2
  module Doc
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenaniah Cerny
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -154,6 +154,7 @@ files:
154
154
  - bin/rake
155
155
  - bin/setup
156
156
  - config.ru
157
+ - erl_crash.dump
157
158
  - gemfiles/.bundle/config
158
159
  - gemfiles/pg_1.x.gemfile
159
160
  - lib/pg/doc.rb