Scott Rohde

Results 82 comments of Scott Rohde

Also for documentation: Fill in the remaining columns in the table at https://github.com/PecanProject/betydb-documentation/blob/bookdown/distributed_betydb.md.

@dlebauer , @robkooper Regarding the `carya:illinois` user: This is created when the `-u` flag is used with `load.bety.sh`. To my understanding, this flag should never be used on production systems....

@Chris-Schnaufer I'm not aware of any set procedures regarding PostgreSQL administrator accounts. But here are a few things to keep in mind: The PostgreSQL account that the BETYdb app uses...

I've been thinking for some time that it should be possible to edit the `trait_covariate_associations` table via the Web interface. It also would probably not be hard to allow arbitrary...

@mdietze This does seem like an error—in this case, in the Rails validator (as opposed to the database constraint). I'll take a look. In the mean time, for this particular...

It sounds like I should add `experiments_sites` to the list of tables that are ignored when listing associations. It is probably not in the list because it was a somewhat...

To add `time_zone` to the sites table (and get rid of the obsolete `local_time` column), we run the migration `20160523165531_replace_local_time_with_time_zone.rb`. To populate it, we follow a slightly-modified version of the...

`'^[[:space:]]*$'`? --- When reading the `pg_hba.conf` file, keep in mind the following: > The first record with a matching connection type, client address, requested database, and user name is used...

@dlebauer et al.: I have no objection per se to doing away length restrictions on the text in the "author" column. But it seems that generally the convention up to...