Re: questions about pgadmin messages - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: questions about pgadmin messages
Date
Msg-id 42A08581.8060804@pse-consulting.de
Whole thread Raw
In response to questions about pgadmin messages  (Ângelo Marcos Rigo <angelo_rigo@yahoo.com.br>)
List pgadmin-hackers
Ângelo Marcos Rigo wrote:
> Hi
>
> There some situations i would like to ask what is the
> really meaning to better be translated to pt-br, as i
> usually didn´t know what kind of situation is this or
> never reach this situation using postgresql !
>
> The strings in bold are exactly the part i did not
> understand :
>
> So i ask you:
> what is a :
> "<b>Toast</b> Blocks Read"

This is a pgsql-ism; don't translate. TOAST means that data isn't stored
in the row itself, but only a pointer to a TOAST table to keep the row's
length short.


> "Logfile <b>rotation</b>"

rotating logfiles means use a fresh one if the current has reached
certain limits.

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: Ângelo Marcos Rigo
Date:
Subject: questions about pgadmin messages
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4277 - in trunk/pgadmin3: . src/db src/frm