Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

clusterdb

Blame
    • Bruce Momjian's avatar
      c0ad5953
      I attach a little patch to make CLUSTER set and reset the indisclustered · c0ad5953
      Bruce Momjian authored
      bit on the indexes.
      
      I also attach clusterdb and clusterdb.sgml; both of them are blatant
      rips of vacuumdb and vacuumdb.sgml, but get the job done.  Please review
      them, as I'm probably making a lot of mistakes with SGML and I can't
      compile it here.
      
      vacuumdb itself is not very comfortable to use when the databases have
      passwords, because it has to connect once for each table (I can probably
      make it connect only once for each database; should I?).  Because of
      this I added a mention of PGPASSWORDFILE in the documentation, but I
      don't know if that is the correct place for that.
      
      Alvaro Herrera
      c0ad5953
      History
      I attach a little patch to make CLUSTER set and reset the indisclustered
      Bruce Momjian authored
      bit on the indexes.
      
      I also attach clusterdb and clusterdb.sgml; both of them are blatant
      rips of vacuumdb and vacuumdb.sgml, but get the job done.  Please review
      them, as I'm probably making a lot of mistakes with SGML and I can't
      compile it here.
      
      vacuumdb itself is not very comfortable to use when the databases have
      passwords, because it has to connect once for each table (I can probably
      make it connect only once for each database; should I?).  Because of
      this I added a mention of PGPASSWORDFILE in the documentation, but I
      don't know if that is the correct place for that.
      
      Alvaro Herrera