[Akonadi] [Bug 326924] Problems when using Postgresql backend database
Aaron Williams
aaronw at doofus.org
Mon Nov 4 20:19:16 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=326924
--- Comment #4 from Aaron Williams <aaronw at doofus.org> ---
$ psql -d akonadi
psql (9.2.4, server 9.1.8)
WARNING: psql version 9.2, server version 9.1.
Some psql features might not work.
Type "help" for help.
akonadi=# \d flagtable
Table "public.flagtable"
Column | Type | Modifiers
--------+---------+--------------------------------------------------------
id | integer | not null default nextval('flagtable_id_seq'::regclass)
name | text | not null
Indexes:
"flagtable_pkey" PRIMARY KEY, btree (id)
"flagtable_name_key" UNIQUE CONSTRAINT, btree (name)
Referenced by:
TABLE "pimitemflagrelation" CONSTRAINT "pimitemflagrelation_flag_id_fkey"
FOREIGN KEY (flag_id) REFERENCES flagtable(id) ON UPDATE CASCADE ON DELETE
CASCADE
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list