twilly / pikabot

pikabot
GNU General Public License v2.0
1 stars 0 forks source link

Database management #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most of the scripts connect into separate databases. This is a hassle to
setup. Investigate into database "namespaces" so only one database is used
for all the triggers while maintaining separate tables.

Original issue reported on code.google.com by tristan....@gmail.com on 1 Nov 2006 at 7:07

GoogleCodeExporter commented 9 years ago
Done. All pieces of code should use the "CREATE SCHEMA xyz"  and "SET 
search_path TO
xyz" to manage their own tables.

Original comment by tristan....@gmail.com on 3 Nov 2006 at 8:31