Jason Oster wrote:
It appears to be defined in: UI/MainUI/SOGoProfile.sql

So I created this table manually:

sogo=> CREATE TABLE sogo_user_profile (c_uid VARCHAR(255) NOT NULL PRIMARY KEY, c_defaults TEXT, c_settings TEXT); NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "sogo_user_profile_pkey" for table "sogo_user_profile"
CREATE TABLE
sogo=> \dt
             List of relations
 Schema |       Name        | Type  | Owner
--------+-------------------+-------+-------
 public | sogo_user_profile | table | sogo
(1 row)

And then I restart SOGo.  postgres log shows:

2010-06-17 13:18:38 MST STATEMENT:  CREATE TABLE sogo_user_profile;
2010-06-17 13:24:10 MST FATAL: database "sogo/sogo_user_profile" does not exist

The CREATE statement was from my manual SQL entry. So there's still no change, here.
What's the libpq version being used? I guess there might be some changes that break the code in the PostgreSQL adaptor.

Regards,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to