hit counter

Timeline

My development logbook

Ditto

Learn something new today

There is a ditto command in BSD for replication of a directory

Never come across it in linux before.

Postgresql Memo

I do not use pgsql a lot, so I need to jot down a few ommonly used commands here:

Use \connect <database name> to switch database

The equivalent in MSSQL or Sybase will be use <database name> go