public inbox for [email protected]  
help / color / mirror / Atom feed
Add tablespace index entry
4+ messages / 3 participants
[nested] [flat]

* Add tablespace index entry
@ 2004-09-29 13:21 Kris Jurka <[email protected]>
  2004-09-30 02:40 ` Re: Add tablespace index entry Neil Conway <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Kris Jurka @ 2004-09-29 13:21 UTC (permalink / raw)
  To: pgsql-docs


This adds an index entry for tablespaces which is tricky to find 
otherwise.

Kris Jurka

Index: doc/src/sgml/manage-ag.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/manage-ag.sgml,v
retrieving revision 2.33
diff -c -r2.33 manage-ag.sgml
*** doc/src/sgml/manage-ag.sgml	7 Aug 2004 19:14:45 -0000	2.33
--- doc/src/sgml/manage-ag.sgml	29 Sep 2004 13:20:11 -0000
***************
*** 335,340 ****
--- 335,344 ----
   <sect1 id="manage-ag-tablespaces">
    <title>Tablespaces</title>
  
+   <indexterm zone="manage-ag-tablespaces">
+    <primary>tablespace</primary>
+   </indexterm>
+ 
     <para>
      Tablespaces in <productname>PostgreSQL</> allow database administrators to
      define locations in the file system where the files representing


Attachments:

  [text/plain] tablespace.index.patch (757B, 2-tablespace.index.patch)
  download | inline diff:
Index: doc/src/sgml/manage-ag.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/manage-ag.sgml,v
retrieving revision 2.33
diff -c -r2.33 manage-ag.sgml
*** doc/src/sgml/manage-ag.sgml	7 Aug 2004 19:14:45 -0000	2.33
--- doc/src/sgml/manage-ag.sgml	29 Sep 2004 13:20:11 -0000
***************
*** 335,340 ****
--- 335,344 ----
   <sect1 id="manage-ag-tablespaces">
    <title>Tablespaces</title>
  
+   <indexterm zone="manage-ag-tablespaces">
+    <primary>tablespace</primary>
+   </indexterm>
+ 
     <para>
      Tablespaces in <productname>PostgreSQL</> allow database administrators to
      define locations in the file system where the files representing


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Add tablespace index entry
  2004-09-29 13:21 Add tablespace index entry Kris Jurka <[email protected]>
@ 2004-09-30 02:40 ` Neil Conway <[email protected]>
  2004-09-30 03:58   ` Re: Add tablespace index entry Alvaro Herrera <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Neil Conway @ 2004-09-30 02:40 UTC (permalink / raw)
  To: Kris Jurka <[email protected]>; +Cc: pgsql-docs

On Wed, 2004-09-29 at 23:21, Kris Jurka wrote:
> This adds an index entry for tablespaces which is tricky to find 
> otherwise.

Patch applied -- thanks!

(FWIW, adding index entries for stuff is a pretty easy TODO item, if
anyone's looking for something worth contributing...)

-Neil





^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Add tablespace index entry
  2004-09-29 13:21 Add tablespace index entry Kris Jurka <[email protected]>
  2004-09-30 02:40 ` Re: Add tablespace index entry Neil Conway <[email protected]>
@ 2004-09-30 03:58   ` Alvaro Herrera <[email protected]>
  2004-09-30 04:23     ` Re: Add tablespace index entry Neil Conway <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Alvaro Herrera @ 2004-09-30 03:58 UTC (permalink / raw)
  To: Neil Conway <[email protected]>; +Cc: Kris Jurka <[email protected]>; pgsql-docs

On Thu, Sep 30, 2004 at 12:40:01PM +1000, Neil Conway wrote:
> On Wed, 2004-09-29 at 23:21, Kris Jurka wrote:
> > This adds an index entry for tablespaces which is tricky to find 
> > otherwise.
> 
> Patch applied -- thanks!
> 
> (FWIW, adding index entries for stuff is a pretty easy TODO item, if
> anyone's looking for something worth contributing...)

Cool!  Please apply this one as well ;-)

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La experiencia nos dice que el hombre peló millones de veces las patatas,
pero era forzoso admitir la posibilidad de que en un caso entre millones,
las patatas pelarían al hombre" (Ijon Tichy)

Index: doc/src/sgml/ref/deallocate.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/deallocate.sgml,v
retrieving revision 1.6
diff -c -r1.6 deallocate.sgml
*** doc/src/sgml/ref/deallocate.sgml	20 Sep 2004 00:04:19 -0000	1.6
--- doc/src/sgml/ref/deallocate.sgml	24 Sep 2004 03:04:48 -0000
***************
*** 18,23 ****
--- 18,28 ----
    <primary>DEALLOCATE</primary>
   </indexterm>
  
+  <indexterm zone="sql-deallocate">
+   <primary>prepared statements</primary>
+   <secondary>DEALLOCATE</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  DEALLOCATE [ PREPARE ] <replaceable class="parameter">plan_name</replaceable>
Index: doc/src/sgml/ref/execute.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/execute.sgml,v
retrieving revision 1.11
diff -c -r1.11 execute.sgml
*** doc/src/sgml/ref/execute.sgml	20 Sep 2004 00:04:19 -0000	1.11
--- doc/src/sgml/ref/execute.sgml	24 Sep 2004 03:04:43 -0000
***************
*** 18,23 ****
--- 18,28 ----
    <primary>EXECUTE</primary>
   </indexterm>
  
+  <indexterm zone="sql-execute">
+   <primary>prepared statements</primary>
+   <secondary>EXECUTE</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable class="PARAMETER">parameter</replaceable> [, ...] ) ]
Index: doc/src/sgml/ref/explain.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/explain.sgml,v
retrieving revision 1.33
diff -c -r1.33 explain.sgml
*** doc/src/sgml/ref/explain.sgml	9 Mar 2004 16:57:47 -0000	1.33
--- doc/src/sgml/ref/explain.sgml	24 Sep 2004 03:05:08 -0000
***************
*** 18,23 ****
--- 18,33 ----
    <primary>EXPLAIN</primary>
   </indexterm>
  
+  <indexterm zone="sql-explain">
+   <primary>prepared statements</primary>
+   <secondary>EXPLAIN</secondary>
+  </indexterm>
+ 
+  <indexterm zone="sql-explain">
+   <primary>cursors</primary>
+   <secondary>EXPLAIN</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="parameter">statement</replaceable>
Index: doc/src/sgml/ref/prepare.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/prepare.sgml,v
retrieving revision 1.13
diff -c -r1.13 prepare.sgml
*** doc/src/sgml/ref/prepare.sgml	20 Sep 2004 00:04:19 -0000	1.13
--- doc/src/sgml/ref/prepare.sgml	24 Sep 2004 03:04:38 -0000
***************
*** 18,23 ****
--- 18,28 ----
    <primary>PREPARE</primary>
   </indexterm>
  
+  <indexterm zone="sql-prepare">
+   <primary>prepared statements</primary>
+   <secondary>PREPARE</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  PREPARE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable class="PARAMETER">datatype</replaceable> [, ...] ) ] AS <replaceable class="PARAMETER">statement</replaceable>


Attachments:

  [text/plain] prepared.patch (3.0K, 2-prepared.patch)
  download | inline diff:
Index: doc/src/sgml/ref/deallocate.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/deallocate.sgml,v
retrieving revision 1.6
diff -c -r1.6 deallocate.sgml
*** doc/src/sgml/ref/deallocate.sgml	20 Sep 2004 00:04:19 -0000	1.6
--- doc/src/sgml/ref/deallocate.sgml	24 Sep 2004 03:04:48 -0000
***************
*** 18,23 ****
--- 18,28 ----
    <primary>DEALLOCATE</primary>
   </indexterm>
  
+  <indexterm zone="sql-deallocate">
+   <primary>prepared statements</primary>
+   <secondary>DEALLOCATE</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  DEALLOCATE [ PREPARE ] <replaceable class="parameter">plan_name</replaceable>
Index: doc/src/sgml/ref/execute.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/execute.sgml,v
retrieving revision 1.11
diff -c -r1.11 execute.sgml
*** doc/src/sgml/ref/execute.sgml	20 Sep 2004 00:04:19 -0000	1.11
--- doc/src/sgml/ref/execute.sgml	24 Sep 2004 03:04:43 -0000
***************
*** 18,23 ****
--- 18,28 ----
    <primary>EXECUTE</primary>
   </indexterm>
  
+  <indexterm zone="sql-execute">
+   <primary>prepared statements</primary>
+   <secondary>EXECUTE</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable class="PARAMETER">parameter</replaceable> [, ...] ) ]
Index: doc/src/sgml/ref/explain.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/explain.sgml,v
retrieving revision 1.33
diff -c -r1.33 explain.sgml
*** doc/src/sgml/ref/explain.sgml	9 Mar 2004 16:57:47 -0000	1.33
--- doc/src/sgml/ref/explain.sgml	24 Sep 2004 03:05:08 -0000
***************
*** 18,23 ****
--- 18,33 ----
    <primary>EXPLAIN</primary>
   </indexterm>
  
+  <indexterm zone="sql-explain">
+   <primary>prepared statements</primary>
+   <secondary>EXPLAIN</secondary>
+  </indexterm>
+ 
+  <indexterm zone="sql-explain">
+   <primary>cursors</primary>
+   <secondary>EXPLAIN</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="parameter">statement</replaceable>
Index: doc/src/sgml/ref/prepare.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql-server/doc/src/sgml/ref/prepare.sgml,v
retrieving revision 1.13
diff -c -r1.13 prepare.sgml
*** doc/src/sgml/ref/prepare.sgml	20 Sep 2004 00:04:19 -0000	1.13
--- doc/src/sgml/ref/prepare.sgml	24 Sep 2004 03:04:38 -0000
***************
*** 18,23 ****
--- 18,28 ----
    <primary>PREPARE</primary>
   </indexterm>
  
+  <indexterm zone="sql-prepare">
+   <primary>prepared statements</primary>
+   <secondary>PREPARE</secondary>
+  </indexterm>
+ 
   <refsynopsisdiv>
  <synopsis>
  PREPARE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable class="PARAMETER">datatype</replaceable> [, ...] ) ] AS <replaceable class="PARAMETER">statement</replaceable>


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Add tablespace index entry
  2004-09-29 13:21 Add tablespace index entry Kris Jurka <[email protected]>
  2004-09-30 02:40 ` Re: Add tablespace index entry Neil Conway <[email protected]>
  2004-09-30 03:58   ` Re: Add tablespace index entry Alvaro Herrera <[email protected]>
@ 2004-09-30 04:23     ` Neil Conway <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Neil Conway @ 2004-09-30 04:23 UTC (permalink / raw)
  To: Alvaro Herrera <[email protected]>; +Cc: Kris Jurka <[email protected]>; pgsql-docs

On Thu, 2004-09-30 at 13:58, Alvaro Herrera wrote:
> Cool!  Please apply this one as well ;-)

Patch applied, with some editorializing. Thanks!

-Neil






^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2004-09-30 04:23 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-09-29 13:21 Add tablespace index entry Kris Jurka <[email protected]>
2004-09-30 02:40 ` Neil Conway <[email protected]>
2004-09-30 03:58   ` Alvaro Herrera <[email protected]>
2004-09-30 04:23     ` Neil Conway <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox