1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

/contrib/foo -> contrib/foo

Since contrib is a relative directory specification, a leading slash
is inappropriate.
This commit is contained in:
Peter Eisentraut
2011-05-19 00:30:31 +03:00
parent 92ff915018
commit 0ee391b77a
3 changed files with 7 additions and 7 deletions

View File

@ -2272,7 +2272,7 @@
<listitem>
<para>
Modify <filename>/contrib</> modules and stored procedure
Modify <filename>contrib</> modules and stored procedure
languages to install via the new <link
linkend="extension">extension</link> mechanism (Tom Lane,
Dimitri Fontaine)