1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update broken and permanently moved links

This commit is contained in:
Peter Eisentraut
2010-03-17 17:12:31 +00:00
parent 93324355eb
commit a95e51962d
15 changed files with 44 additions and 44 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.8 2009/06/07 20:09:34 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.9 2010/03/17 17:12:31 petere Exp $ -->
<sect1 id="intarray">
<title>intarray</title>
@ -317,7 +317,7 @@ SELECT message.mid FROM message WHERE message.sections @@ '1&amp;2'::query_int;
<para>
All work was done by Teodor Sigaev (<email>teodor@sigaev.ru</email>) and
Oleg Bartunov (<email>oleg@sai.msu.su</email>). See
<ulink url="http://www.sai.msu.su/~megera/postgres/gist"></ulink> for
<ulink url="http://www.sai.msu.su/~megera/postgres/gist/"></ulink> for
additional information. Andrey Oktyabrski did a great work on adding new
functions and operations.
</para>