~sgdg/stado/stado30

« back to all changes in this revision

Viewing changes to src/org/postgresql/stado/parser/SqlShowDatabases.java

  • Committer: Jim Mlodgenski
  • Date: 2011-11-10 19:47:26 UTC
  • Revision ID: jim@cirrusql.com-20111110194726-qn3kxv3bqr1xqksb
Add the ability to pause the cluster by setting it to read-only

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    public boolean needCoordinatorConnection() {
98
98
        return false;
99
99
    }
 
100
    
 
101
        @Override
 
102
        public boolean isReadOnly() {
 
103
                return true;
 
104
        }
 
105
 
100
106
}