|
1602 | 1602 | <row>
|
1603 | 1603 | <entry><literal>identity_start</literal></entry>
|
1604 | 1604 | <entry><type>character_data</type></entry>
|
1605 |
| - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> |
| 1605 | + <entry> |
| 1606 | + If the column is an identity column, then the start value of the |
| 1607 | + internal sequence, else null. |
| 1608 | + </entry> |
1606 | 1609 | </row>
|
1607 | 1610 |
|
1608 | 1611 | <row>
|
1609 | 1612 | <entry><literal>identity_increment</literal></entry>
|
1610 | 1613 | <entry><type>character_data</type></entry>
|
1611 |
| - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> |
| 1614 | + <entry> |
| 1615 | + If the column is an identity column, then the increment of the internal |
| 1616 | + sequence, else null. |
| 1617 | + </entry> |
1612 | 1618 | </row>
|
1613 | 1619 |
|
1614 | 1620 | <row>
|
1615 | 1621 | <entry><literal>identity_maximum</literal></entry>
|
1616 | 1622 | <entry><type>character_data</type></entry>
|
1617 |
| - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> |
| 1623 | + <entry> |
| 1624 | + If the column is an identity column, then the maximum value of the |
| 1625 | + internal sequence, else null. |
| 1626 | + </entry> |
1618 | 1627 | </row>
|
1619 | 1628 |
|
1620 | 1629 | <row>
|
1621 | 1630 | <entry><literal>identity_minimum</literal></entry>
|
1622 | 1631 | <entry><type>character_data</type></entry>
|
1623 |
| - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> |
| 1632 | + <entry> |
| 1633 | + If the column is an identity column, then the minimum value of the |
| 1634 | + internal sequence, else null. |
| 1635 | + </entry> |
1624 | 1636 | </row>
|
1625 | 1637 |
|
1626 | 1638 | <row>
|
1627 | 1639 | <entry><literal>identity_cycle</literal></entry>
|
1628 | 1640 | <entry><type>yes_or_no</type></entry>
|
1629 |
| - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> |
| 1641 | + <entry> |
| 1642 | + If the column is an identity column, then <literal>YES</literal> if the |
| 1643 | + internal sequence cycles or <literal>NO</literal> if it does not; |
| 1644 | + otherwise null. |
| 1645 | + </entry> |
1630 | 1646 | </row>
|
1631 | 1647 |
|
1632 | 1648 | <row>
|
|
0 commit comments