pt_BR FAQ update - Mailing list pgsql-patches

From Euler Taveira de Oliveira
Subject pt_BR FAQ update
Date
Msg-id 4750B0AE.4060803@timbira.com
Whole thread Raw
Responses Re: pt_BR FAQ update  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Hi,

I updated the brazilian FAQ; it's in [1]. I'm attaching a small patch
that adds a forgotten question and change < to <.

[1] http://timbira.com/tmp/FAQ_brazilian.html


--
  Euler Taveira de Oliveira
  http://www.timbira.com/
*** ./doc/src/FAQ/FAQ.html.orig    2007-11-30 22:39:02.000000000 -0200
--- ./doc/src/FAQ/FAQ.html    2007-11-30 22:40:06.000000000 -0200
***************
*** 127,133 ****

      <H2 align="center">General Questions</H2>

!     <H3 id="item1.1">1.1) What is PostgreSQL? How is it pronounced?</H3>

      <P>PostgreSQL is pronounced <I>Post-Gres-Q-L</I>.  (For those curious
      about how to say "PostgreSQL", an <a
--- 127,133 ----

      <H2 align="center">General Questions</H2>

!     <H3 id="item1.1">1.1) What is PostgreSQL? How is it pronounced? What is Postgres?</H3>

      <P>PostgreSQL is pronounced <I>Post-Gres-Q-L</I>.  (For those curious
      about how to say "PostgreSQL", an <a
***************
*** 1051,1057 ****
      does not exist" errors when accessing temporary tables in PL/PgSQL
      functions?</H3>

!     <P>In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and
      an unfortunate side effect is that if a PL/PgSQL function accesses a
      temporary table, and that table is later dropped and recreated, and
      the function called again, the function will fail because the cached
--- 1051,1057 ----
      does not exist" errors when accessing temporary tables in PL/PgSQL
      functions?</H3>

!     <P>In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and
      an unfortunate side effect is that if a PL/PgSQL function accesses a
      temporary table, and that table is later dropped and recreated, and
      the function called again, the function will fail because the cached

pgsql-patches by date:

Previous
From: "Brendan Jurd"
Date:
Subject: Re: [GENERAL] Empty arrays with ARRAY[]
Next
From: David Fetter
Date:
Subject: Re: [DOCS] Partition: use triggers instead of rules