Project

General

Profile

  • svn:executable: *

# Date Author Comment
11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

6259 11/16/2012 06:29 PM Aaron Marcuse-Kubitza

psql_vegbien: Run with sh because it no longer needs bash support

6245 11/16/2012 04:09 PM Aaron Marcuse-Kubitza

psql_vegbien: Fixed bug where did not display command prompt when run from command line, by moving automatic setting of search_path to psql_script_vegbien. psql_script_vegbien is now used instead of psql_vegbien wherever the search_path needs to be set, so removing this functionality from psql_vegbien is not a problem.

6097 11/08/2012 06:37 PM Aaron Marcuse-Kubitza

psql_vegbien: Added $no_search_path option to turn off the automatic SET search_path directive

6063 11/08/2012 07:47 AM Aaron Marcuse-Kubitza

psql_vegbien: Use bash because it supports substitutions

6062 11/08/2012 07:46 AM Aaron Marcuse-Kubitza

psql_vegbien: Set the search_path to $out_schemas set by vegbien_dest. This will enable running any psql_vegbien script on a schema other than public.

379 01/05/2012 04:05 PM Aaron Marcuse-Kubitza

psql_vegbien: Changed to use postgres_vegbien

277 12/22/2011 07:29 PM Aaron Marcuse-Kubitza

psql_vegbien: Fixed comment to vegbien instead of vegbank

276 12/22/2011 07:11 PM Aaron Marcuse-Kubitza

psql_vegbien: Use new location of bien_password

274 12/22/2011 07:02 PM Aaron Marcuse-Kubitza

Renamed util to bin

268 12/22/2011 06:39 PM Aaron Marcuse-Kubitza

Moved everything in scripts to root. inputs_Makefile: Don't run "all" when installing.

243 12/21/2011 05:10 PM Aaron Marcuse-Kubitza

Changed vegbien_dest and users of it to use separate bien_password file

230 12/20/2011 06:55 PM Aaron Marcuse-Kubitza

Renamed vegbien_dest.sh to vegbien_dest to reflect that it is also includable by Makefiles

194 12/19/2011 04:47 PM Aaron Marcuse-Kubitza

Added vegbien DB admin scripts