~sgdg/stado/stado30

« back to all changes in this revision

Viewing changes to src/org/postgresql/stado/parser/SqlDeallocate.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:
111
111
    public boolean needCoordinatorConnection() {
112
112
        return false;
113
113
    }
 
114
 
 
115
        @Override
 
116
        public boolean isReadOnly() {
 
117
                // TODO Auto-generated method stub
 
118
                return false;
 
119
        }
114
120
}