Re: [tanya-jawab] Trigger on Postgres for tables syncronization

2004-07-29 Terurut Topik Dion
I have 3 tables : appointment, appointment0 and appointment1. the fields of table appointment are as follows: noapp* (int4):ID Number of appointment (PK) custid (int4) : Customer ID salesid (int4) : Sales ID date(date) : Date of appointment time

[tanya-jawab] Trigger on Postgres for tables syncronization

2004-07-27 Terurut Topik Prabu Subroto
Dear my friends... I am using SuSE Linux 9.1 and postgres. I am a beginner in postgres, usually I use MySQL. I have 3 tables : appointment, appointment0 and appointment1. the fields of table appointment are as follows: noapp* (int4):ID Number of appointment (PK) custid (int4)

Re: [tanya-jawab] Trigger on Postgres for tables syncronization

2004-07-27 Terurut Topik kangmas
On Tuesday 27 July 2004 20:47, Prabu Subroto wrote: Dear my friends... I am using SuSE Linux 9.1 and postgres. I am a beginner in postgres, usually I use MySQL. I have 3 tables : appointment, appointment0 and appointment1. the fields of table appointment are as follows: noapp*