Postgresql at Harecoded
Installing and configuring PostgreSQL server on Mac
by alombarte
on 04/11/2005 |
Leave your comment
You can use the Fink package system to install postgresql if you are already using Fink (inside a terminal: sudo fink install postgresql and then configure the server). OR you can install ... read more
'show tables' equivalent for PostgreSQL
by alombarte
on 20/09/2005 |
Leave your comment
Here is a tip for refreshing the memory: select relname from pg_stat_user_tables order by relname; read more