I couldn't find any documentation for using .* to select all fields
(attributes) of a composite type value, e.g.,
CREATE TYPE comp_t AS (intval integer, textval varchar(32));
CREATE TABLE t4 (compval comp_t);
SELECT (compval).* FROM t4;
The only place this is used is in the hstore documentation.
See "latest releases" in the upper-left corner on http://www.postgresql.org/
9.0.1 · 2010-10-04 · Notes
8.4.5 · 2010-10-04 · Notes
8.3.12 · 2010-10-04 · Notes
8.2.18 · 2010-04-10 · Notes
8.1.22 · 2010-04-10 · Notes
The dates should follow a consistent Y-M-D formatting:
9.0.1 · 2010-10-04 · Notes
On Tue, Oct 5, 2010 at 21:01, Mike Toews wrote:
> See "latest releases" in the upper-left corner on http://www.postgresql.org/
>
> 9.0.1 · 2010-10-04 · Notes
> 8.4.5 · 2010-10-04 · Notes
> 8.3.12 · 2010-10-04 · Notes
> 8.2.18 · 2010-04-10 · Notes
> 8.1.22 · 2010-04-10 · Notes
>
> The dates should
On Tue, 2010-10-05 at 21:05 +0200, Magnus Hagander wrote:
> Indeed they should. Thanks, fixed, will appear on the next sitebuild.
Sorry, my fault.
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~Postgr