psql-cm 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.0 - 2012-05-17
2
+
3
+ Ownership and privileges are now recorded.
4
+
1
5
  # 0.1.1 - 2012-04-27
2
6
 
3
7
  Documentation and debugging enhancements.
data/README.md CHANGED
@@ -44,7 +44,7 @@ psql-cm is not intended on being a solution for data backup.
44
44
  For backup of data instead use the
45
45
  [pg\_dump](http://www.postgresql.org/docs/current/static/app-pgdump.html)
46
46
  command line utility for backing up data in addition to a
47
- [repliaction](http://www.postgresql.org/docs/current/static/different-replication-solutions.html)
47
+ [replication](http://www.postgresql.org/docs/current/static/different-replication-solutions.html)
48
48
  technique tailored to your needs.
49
49
 
50
50
  ## The process
data/lib/psql-cm/dump.rb CHANGED
@@ -14,7 +14,7 @@ module PSQLCM
14
14
 
15
15
  cm_file = File.join(sql_path,database,"#{schema}.sql")
16
16
 
17
- sh %W[ pg_dump #{db(database).psql_args} --no-privileges --no-owner
17
+ sh %W[ pg_dump #{db(database).psql_args}
18
18
  --schema=#{schema} --file=#{cm_file}
19
19
  --table=#{schema}.#{config.cm_table} #{database}
20
20
  ].join(' ')
@@ -1,4 +1,4 @@
1
1
  module PSQLCM
2
- Version = '0.1.1'
2
+ Version = '0.2.0'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psql-cm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-27 00:00:00.000000000 Z
12
+ date: 2012-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pg
@@ -73,3 +73,4 @@ signing_key:
73
73
  specification_version: 3
74
74
  summary: PostgreSQL CM
75
75
  test_files: []
76
+ has_rdoc: