 |
 |
 |
 |
Technical Articles [PostgreSQL] |
 |
 |
 |
 |
Automating Cross-Tab Views with PostgreSQL
Published: Jul 17, 2007 @ 15:06:55 (1,508 views)
Learn how to easily create cross-tab views in PostgreSQL without having to de-normalize your database structure or create "wide" summary tables with many columns.
Cross-Database Copying in PostgreSQL
Published: Jan 16, 2006 @ 14:25:16 (3,305 views)
This article covers copying data between different databases. By default, PostgreSQL does not support copying data from one database directly into another. This article points out ways around this problem.