summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-19 14:32:11 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-19 14:32:11 +0000
commit0111f4d0b9c8260476f32d05d536bd2e04f918e5 (patch)
treeb0bd0fe001d079d3a7aca9e232a29d61d616d551 /Changelog
parent2641c04880527e50d659bdecddb6162c8c977526 (diff)
If db superuser is now omitted, will try to create the dataset without
creating the database or language first. This can be useful in shared hosting environments. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@119 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1d28a8c0..dbf7c019 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,7 @@ Database
* Protection against duplicate transaction id's.
* Added foreign key constraint to acc_trans.chart_id
* Database backups now use pg_dump
+* Database creation routines now attempt to add plpgsql to the db if not there.
Security
* One is required to change the admin password when it is blank (on first login etc).