forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e2c53d
committed
doc: show functions returning record types and use of ROWS FROM
Previously it was unclear exactly how ROWS FROM behaved and how to castthe data types of columns returned by FROM functions. Also documentthat only non-OUT record functions can have their columns cast to datatypes.Reported-by: guyren@gmail.comDiscussion:https://postgr.es/m/158638264419.662.2482095087061084020@wrigleys.postgresql.orgBackpatch-through: 9.51 parent74dae41 commit9e2c53d
1 file changed
+29
-1
lines changedLines changed: 29 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
765 |
| - | |
| 765 | + | |
| 766 | + | |
766 | 767 |
| |
767 | 768 |
| |
768 | 769 |
| |
| |||
803 | 804 |
| |
804 | 805 |
| |
805 | 806 |
| |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
806 | 834 |
| |
807 | 835 |
| |
808 | 836 |
| |
|
0 commit comments
Comments
(0)