Re: Restrict number of connections to specific table
От | Sam Franklin |
---|---|
Тема | Re: Restrict number of connections to specific table |
Дата | |
Msg-id | 17F5AB8399453A43B8514B1516503D2C2F9ED6@senabzmail2.senergyltd.com обсуждение исходный текст |
Ответ на | Re: Restrict number of connections to specific table (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-novice |
Thomas, Keith and Tom - many thanks for your replies. Plenty of ideas to try. Best regards Sam -----Original Message----- From: Tom Lane [mailto:tgl@sss.pgh.pa.us] Sent: 13 May 2014 15:28 To: Sam Franklin Cc: pgsql-novice@postgresql.org Subject: Re: [NOVICE] Restrict number of connections to specific table "Sam Franklin" <Sam.Franklin@senergyworld.com> writes: > I have some licenced geospatial data. The licence terms state that > only "one user can access the data at one time". > Can I put a constraint on a specific table to restrict the number of > concurrent connections to 1, which will allow me to adhere to the data > licencing terms? Not on a specific table. You could possibly use a dedicated Postgres instance with max_connections set to 1. If you need to serialize access to just this table while allowing concurrent access to some other data in the same DB, then there's no built-in answer. regards, tom lane
В списке pgsql-novice по дате отправления: