Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20451 Details for
Bug 22331
net-mail/dbmail (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
enhancement script for postgresql for dbmail (add to files/ subdir)
pgsql-1.x-indexes.sql (text/plain), 1020 bytes, created by
Chris Johnson
on 2003-11-08 12:28:19 UTC
(
hide
)
Description:
enhancement script for postgresql for dbmail (add to files/ subdir)
Filename:
MIME Type:
Creator:
Chris Johnson
Created:
2003-11-08 12:28:19 UTC
Size:
1020 bytes
patch
obsolete
>/* $Id: add-indices-fkeys-to-1.2.pgsql,v 1.1 2003/10/15 11:24:13 ilja Exp $ >use this script to add constraints to PostgreSQL to >possibly make database functions somewhat faster > >script written after comments by Paul J Stevens on >dbmail@dbmail.org mailing list >*/ >/* add some indices to tables to speed up operations */ >CREATE INDEX name_idx ON mailboxes(name); >CREATE INDEX owner_id_idx ON mailboxes(owner_idnr); >CREATE INDEX is_subscribed_idx ON mailboxes(is_subscribed); >CREATE INDEX mailbox_id_idx ON messages(mailbox_idnr); >CREATE INDEX seen_flag_idx ON messages(seen_flag); >CREATE INDEX unique_id_idx ON messages(unique_id); >CREATE INDEX status_idx ON messages(status); >/* add foreign keys to tables */ >ALTER TABLE messages ADD FOREIGN KEY (mailbox_idnr) REFERENCES >mailboxes(mailbox_idnr) ON DELETE CASCADE; >ALTER TABLE mailboxes ADD FOREIGN KEY (owner_idnr) REFERENCES >users(user_idnr) ON DELETE CASCADE; >ALTER TABLE messageblks ADD FOREIGN KEY (message_idnr) REFERENCES >messages(message_idnr) ON DELETE CASCADE;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 22331
:
12873
|
20450
| 20451 |
31141
|
31146
|
31147
|
31148
|
41784
|
41785
|
41952
|
42440
|
45764
|
45765
|
45766
|
48551
|
55725
|
55726
|
55727
|
55728
|
61730
|
67162
|
67177
|
67609
|
67610
|
70257
|
93954