From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Subject: | Re: [COMMITTERS] pgsql: Implement remaining fields of information_schema.sequences view |
Date: | 2011-01-07 17:37:35 |
Message-ID: | 87hbdkboo0.fsf@cbbrowne.afilias-int.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
peter_e(at)gmx(dot)net (Peter Eisentraut) writes:
> Implement remaining fields of information_schema.sequences view
>
> Add new function pg_sequence_parameters that returns a sequence's start,
> minimum, maximum, increment, and cycle values, and use that in the view.
> (bug #5662; design suggestion by Tom Lane)
>
> Also slightly adjust the view's column order and permissions after review of
> SQL standard.
Is there a particular reason that the start/min/max/inc values are now
being cast to character_data, rather than integer, as they have been? I
have some views I'm using that just broke because of this.
I'd rather not work around this if it's not necessary, and it doesn't
seem to make sense for these values to be of other than a numeric type
(and likely BIGINT, as that's what pg_sequence_parameters() returns).
--
(reverse (concatenate 'string "ofni.secnanifxunil" "@" "enworbbc"))
http://www3.sympatico.ca/cbbrowne/slony.html
E.V.A., pod 5, launching...
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-01-08 00:17:34 | pgsql: Fix GIN to support null keys, empty and null items, and full ind |
Previous Message | Robert Haas | 2011-01-07 16:09:03 | Re: Re: [COMMITTERS] pgsql: New system view pg_stat_replication displays activity of wal sen |
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Jacobson | 2011-01-07 18:10:34 | obj_unique_identifier(oid) |
Previous Message | Jeff Davis | 2011-01-07 17:33:29 | Re: WIP: Range Types |