Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pt_BR FAQ update


  • From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
  • To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
  • Subject: pt_BR FAQ update
  • Date: Fri, 30 Nov 2007 22:54:06 -0200
  • Message-id: <4750B0AE.4060803@timbira.com> <text/plain>

Hi,

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

[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 &lt; 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


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group