Skip to content
Snippets Groups Projects
Commit 38c7700f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add dynamic record inspection to PL/PgSQL, useful for generic triggers:

  tval2 := r.(cname);

or

  columns := r.(*);

Titus von Boxberg
parent 88ba64d3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment