mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add a new column proiswindow to pg_proc. It doesn't actually do anything
useful yet, but I'm tired of re-merging this aspect of the window functions patch.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.185 2008/12/19 16:25:16 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.186 2008/12/19 18:25:19 tgl Exp $ -->
|
||||
<!--
|
||||
Documentation of the system catalogs, directed toward PostgreSQL developers
|
||||
-->
|
||||
@ -3840,6 +3840,13 @@
|
||||
<entry>Function is an aggregate function</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>proiswindow</structfield></entry>
|
||||
<entry><type>bool</type></entry>
|
||||
<entry></entry>
|
||||
<entry>Function is a window function</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>prosecdef</structfield></entry>
|
||||
<entry><type>bool</type></entry>
|
||||
|
Reference in New Issue
Block a user