1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Fix obsolete references to old-style contrib installation methods.

This commit is contained in:
Tom Lane
2011-02-14 01:10:44 -05:00
parent 2ee69ff65d
commit f1fb4b0e63
11 changed files with 50 additions and 42 deletions

View File

@@ -345,7 +345,9 @@ FROM crosstab3(
<listitem>
<para>
Create a composite type describing the desired output columns,
similar to the examples in the installation script. Then define a
similar to the examples in
<filename>contrib/tablefunc/tablefunc--1.0.sql</>.
Then define a
unique function name accepting one <type>text</> parameter and returning
<type>setof your_type_name</>, but linking to the same underlying
<function>crosstab</> C function. For example, if your source data