From: | Richard Broersma <richard(dot)broersma(at)gmail(dot)com> |
---|---|
To: | Benjamin Smith <lists(at)benjamindsmith(dot)com> |
Cc: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: MS Access and field-level permissions? |
Date: | 2010-08-19 00:09:52 |
Message-ID: | AANLkTin1=B8eodKq6NOPwuWSTDkzrZtqj8GLMNyJroT_@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
On Wed, Aug 18, 2010 at 4:19 PM, Benjamin Smith
<lists(at)benjamindsmith(dot)com> wrote:
> How would I go about configuring it that way? I don't see "xmin" or anything
> resembling that anywhere in the ODBC config options...
this xmin column which is described here:
http://www.postgresql.org/docs/9.0/static/datatype-oid.html
is used by the odbc driver when you select the config option Row
Versioning. When row versioning is set in the driver, the driver also
queries each rows xmin value to determine versioning information. If
you don't have permission to it, PostgreSQL will throw an access
violation error.
--
Regards,
Richard Broersma Jr.
Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug
From | Date | Subject | |
---|---|---|---|
Next Message | Servizio Informatico - Comune di Porcia | 2010-08-19 14:46:08 | MSACCESS and geometric field corruption |
Previous Message | Benjamin Smith | 2010-08-18 23:19:21 | Re: MS Access and field-level permissions? |