|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | oid |
| SeqType | seqtype |
| bool | cycled |
| int64 | minv |
| int64 | maxv |
| int64 | startv |
| int64 | incby |
| int64 | cache |
| int64 | last_value |
| bool | is_called |
| int64 SequenceItem::cache |
Definition at line 137 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().
| bool SequenceItem::cycled |
Definition at line 132 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().
| int64 SequenceItem::incby |
Definition at line 136 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().
| bool SequenceItem::is_called |
Definition at line 139 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequenceData().
| int64 SequenceItem::last_value |
Definition at line 138 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequenceData().
| int64 SequenceItem::maxv |
Definition at line 134 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().
| int64 SequenceItem::minv |
Definition at line 133 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().
| Oid SequenceItem::oid |
Definition at line 130 of file pg_dump.c.
Referenced by collectSequences(), and SequenceItemCmp().
| SeqType SequenceItem::seqtype |
Definition at line 131 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().
| int64 SequenceItem::startv |
Definition at line 135 of file pg_dump.c.
Referenced by collectSequences(), and dumpSequence().