Summary | incorrect horde/scripts/sql/create.pgsql.sql |
Queue | Horde Base |
Queue Version | 3.0.9 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | |
Requester | pegges (at) boulder (dot) net |
Created | 02/26/2006 (7105 days ago) |
Due | |
Updated | 02/26/2006 (7105 days ago) |
Assigned | |
Resolved | 02/26/2006 (7105 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
there in the directory; you can create the ones you need and leave out
the ones you don't.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ incorrect horde/scripts/sql/create.pgsql.sql
Queue ⇒ Horde Base
psql -d template1 -f pgsql_create.sql
Obviously, this is incorrect as the file name is create.pgsql.sql.
The main problem is that it only creates the user and the databse. No
tables are created. No privelages are granted to the horde user. No
indexes are created.
This affects all 3.x.x versions of the software.