Skip to content

Script de creación de BD de auditoría junto a triggers y store procedures, compatible con cualquier estructura

License

Notifications You must be signed in to change notification settings

BachacoVE/bd_auditoria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Algunos apuntes

Para usar un rol distinto (auditoria) al de postgres es necesario

Solo privilegios de INSERT

# su postgres
# psql

postgres=# \c aud_f2015-des
postgres=# GRANT INSERT ON ALL TABLES IN SCHEMA public TO auditoria; 
postgres=# GRANT USAGE ON ALL SEQUENCES IN SCHEMA public TO auditoria;

About

Script de creación de BD de auditoría junto a triggers y store procedures, compatible con cualquier estructura

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages