RE: Table msysconf
Michael J Davis <mdavis@sevainc.com>
From: Michael Davis <mdavis@sevainc.com>
To: "'pgsql-general@postgresql.org'" <pgsql-general@postgresql.org>
Date: 2001-01-04T18:58:10Z
Lists: pgsql-general
Is there any documentation on what can be configured between PostgreSQL and Access? -----Original Message----- From: Jose Soares [SMTP:jose@sferacarta.com] Sent: Thursday, January 04, 2001 3:59 AM To: Siuda Pawe? DI Centrala Cc: 'pgsql-general@postgresql.org' Subject: Re: Table msysconf Siuda Pawe? DI Centrala wrote: > Hi !!! > > I am novice to Linux and PostgreSQL, so it is possible my question is > stupid. > Exactly I have 2 problems: > > 1) From time to time I have following info: > > ERROR: Table msysconf does not exist > > Is it any system table? > Is it important? > My database seems to be OK. I supose you are using MS-Access -->ODBC-->PostgreSQL because M$-Access checks for a table named msysconf you can optionally create this table on PostgreSQL to configure the connection between Access->PostgreSQL, if you don't have this table Access uses the default values. Jose'