stopping access to a database

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема stopping access to a database
Дата
Msg-id PL54ZWTRID64QP95PKD952WTXWQLRLRM.3e36b4bb@cal-lab
обсуждение исходный текст
Ответы How do I unsubscribe?  (Gordan Bobic <gordan@bobich.net>)
Re: stopping access to a database  (Neil Conway <neilc@samurai.com>)
Re: stopping access to a database  (Charles Tassell <ctassell@isn.net>)
Список pgsql-general
I configuring 2 databases:

    1/ One be on a https server, and all important data will be encrypted. The only use this
database will see are:
        A/ Updates 2-3 times a day, max.
        B/ Exporting a smaller set of 'unnormalized' tables for the database below.
    2/ A publically accessible, (through PHP applications), database that has less secure data
on it and is not encrypted.

I would like to stop accesses to database 2, delete all records in the 2-4 tables, and reimport
new records. How would I do this as a user on the system, not as an admin?



В списке pgsql-general по дате отправления:

Предыдущее
От: jhihn1
Дата:
Сообщение: Re: Using RSYNC for replication?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Ref to last INSERT on a table without OIDs?