From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | saera87(at)hotmail(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: [BUGS] BUG #5662: Incomplete view |
Date: | 2011-01-02 13:17:18 |
Message-ID: | 1293974238.5984.15.camel@vanquo.pezone.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
On mån, 2010-12-06 at 14:47 +0200, Peter Eisentraut wrote:
> On sön, 2010-09-19 at 14:28 -0400, Tom Lane wrote:
> > Or maybe we could implement that function, call it like this
> >
> > CAST((pg_sequence_parameters(c.oid)).max_value AS
> > cardinal_number) AS maximum_value,
> >
> > and plan on optimizing the view when we get LATERAL.
>
> Here is an implementation of that.
Committed.
From | Date | Subject | |
---|---|---|---|
Next Message | Vincent | 2011-01-02 14:16:28 | BUG #5810: non-accessible hardlink creation was attempted by: postgres (fsuid 115) |
Previous Message | mahmoud elzaiady | 2011-01-02 11:40:07 | BUG #5809: bigserial duplicate value |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2011-01-02 13:41:13 | Re: Sync Rep Design |
Previous Message | Peter Eisentraut | 2011-01-02 13:16:35 | pgsql: Implement remaining fields of information_schema.sequences view |