[DOCS] no documentation for (compval).* field selection
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. Would it be appropriate to document this in section "4.2.4. Field Selection", or is this a special case of some other construct that is already documented? -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
[DOCS] Latest release date formatting on http://www.postgresql.org/
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 8.4.5 · 2010-10-04 · Notes 8.3.12 · 2010-10-04 · Notes 8.2.18 · 2010-10-04 · Notes 8.1.22 · 2010-10-04 · Notes -Mike -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] Latest release date formatting on http://www.postgresql.org/
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 follow a consistent Y-M-D formatting: > > 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-10-04 · Notes > 8.1.22 · 2010-10-04 · Notes Indeed they should. Thanks, fixed, will appear on the next sitebuild. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] Latest release date formatting on http://www.postgresql.org/
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~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz signature.asc Description: This is a digitally signed message part
