From: | Jean-Michel POURE <jm(at)poure(dot)com> |
---|---|
To: | ado(at)nirvanaclub(dot)sk, linas(dot)jankauskas(at)eniro(dot)lt |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: help with translation.. |
Date: | 2003-12-06 09:29:48 |
Message-ID: | 200312061029.48886.jm@poure.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
> so if you can, you should write me short explanation
> of trigger, and cast..
Dear Andrej,
Translating words which belong to the SQL syntax is always hard.
The words "Trigger" and "Cast" are part of the SQL syntax CREATE CAST and
CREATE TRIGGER. Unless there is a clear and usual translation for these
words in your language (it is not the case in French), it is recommanded to
keep the English words "Trigger" and "Cast", so that users can remember the
SQL syntax.
cast = type conversion from one type to another
See http://developer.postgresql.org/docs/postgres/sql-createcast.html
trigger = action running upon modification/deletion/creation of a row
See http://developer.postgresql.org/docs/postgres/sql-createtrigger.html
Do not hesitate to send me the detailed list of your questions and I will try
to answer them.
Dear Linas: are you still working on the Lithuanian translation, shall we keep
your name on the registered list?
Cheers,
Jean-Michel
From | Date | Subject | |
---|---|---|---|
Next Message | andrej misovic | 2003-12-06 10:41:41 | Re: help with translation.. |
Previous Message | andrej misovic | 2003-12-06 08:21:08 | Re: help with translation.. |