Re: Inspection of row types in pl/pgsql and pl/sql
От
Pavel Stehule
Тема
Re: Inspection of row types in pl/pgsql and pl/sql
Дата
Msg-id
162867790911140921j50227d19r475bf00d6fb67d4@mail.gmail.com
Ответ на
Re: Inspection of row types in pl/pgsql and pl/sql (Andrew Dunstan)
Список
Дерево обсуждения
Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
Re: Inspection of row types in pl/pgsql and pl/sql Pavel Stehule <pavel.stehule@gmail.com>
Re: Inspection of row types in pl/pgsql and pl/sql Andrew Dunstan <andrew@dunslane.net>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql Andrew Dunstan <andrew@dunslane.net>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql Andrew Dunstan <andrew@dunslane.net>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql Merlin Moncure <mmoncure@gmail.com>
Re: Inspection of row types in pl/pgsql and pl/sql Pavel Stehule <pavel.stehule@gmail.com>
Re: Inspection of row types in pl/pgsql and pl/sql Pavel Stehule <pavel.stehule@gmail.com>
Re: Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Postgres and likewise authentication u235sentinel <u235sentinel@gmail.com>
Re: Postgres and likewise authentication Magnus Hagander <magnus@hagander.net>
Re: Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql Pavel Stehule <pavel.stehule@gmail.com>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
Re: Inspection of row types in pl/pgsql and pl/sql Tom Lane <tgl@sss.pgh.pa.us>
Re: Inspection of row types in pl/pgsql and pl/sql "Florian G. Pflug" <fgp@phlo.org>
2009/11/14 Andrew Dunstan : > > > Pavel Stehule wrote: >> >> Hello >> >> new hstore has a very nice interface for record field iteration >> >> > > Yes, and I have used it, but it really would be nicer to have some > introspection facilities built in, especially for use in triggers. I am not sure. PL/pgSQL is really bad language for this task. Any procedure developed in plpgsql should be pretty slow. Personally I am happy with current 8.5. If some need it, the he could to use hstore - contrib modules are not problem on every platform, but cannot generate too much general triggers simply (what is good). I understand well to motivation. But now I thinking, so general triggers are very bad and risk technique and is better do things else. If someone really need it, then he could to write C procedure. Regards Pavel Stehule > > cheers > > andrew > > >
В списке pgsql-hackers по дате отправления