|
Home > Archive > PostgreSQL Administration > November 2006 > posgres headers
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Antonios Katsikadamos 2006-11-09, 7:22 pm |
| Hi all. Sorry to bother. Does anyone know where the postgres headers are stored? Which files constitute postgres headers?
kind regards,
Antonios
---------------------------------
Sponsored Link
Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile.
| |
| Marcelo Costa 2006-11-09, 7:22 pm |
| Hi Antonios,
Dont is 'header' ? what is your real problem ?
Message with HEADER generally occurs when you it had a badly recorded page
in the system of archives.
The Database shutdown before occurring this message ?
Another possible cause it would be a memory or damaged disk (in this order
of diffidence).
Go to the solutions:
1. Enable zero_damaged_pages in pg_settings catalog. With this setting
enable the PostgreSQL server
erases all defective pages in your table. YOU CAN LOSE INFORMATON WITH THIS..
OR
2. Try find the register(s) defective. Do you can make this for sampling
with
(SELECT * FROM tab LIMIT x OFFSET y). After to find the register(s)
defective,
use the xlogdump utility (http://xlogviewer.projects.postgresql.org/docs/)
to see the data
and insert new other row and to erase the old one.
I wait to have helped
Marcelo Costa
DBA Analist
Executive secretariat of Education from Par
Amaznia - Par - Brazil
2006/11/9, Antonios Katsikadamos < antonioskatsikadamos
@yahoo.com>:
>
> Hi all. Sorry to bother. Does anyone know where the postgres headers are
> stored? Which files constitute postgres headers?
>
> kind regards,
>
> Antonios
>
> ------------------------------
> Sponsored Link
>
> Get a free Motorola Razr! <http://www.letstalk.com/inlink.htm?to=592913>Today Only! Choose Cingular, Sprint, Verizon, Alltel, or T-Mobile.
>
>
--
Marcelo Costa
| |
| Achilleas Mantzios 2006-11-09, 7:22 pm |
| Στις __μπτη 09 Νο_μβριος 2006 16:33, ο/η Antonios Katsikadamos _γραψε:
> Hi all. Sorry to bother. Does anyone know where the postgres headers are
> stored? Which files constitute postgres headers?
You cound do for instance a
locate libpq-fe.h
or
find /usr/local -name libpq-fe.h
to get an idea of where these files are.
>
> kind regards,
>
> Antonios
>
>
> ---------------------------------
> Sponsored Link
>
> Get a free Motorola Razr! Today Only! Choose Cingular, Sprint, Verizon,
> Alltel, or T-Mobile.
--
Achilleas Mantzios
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate
| |
|
| You can download your required header files and place them wherever
you want BTW :-)
--Imad
www.EnterpriseDB.com
On 11/9/06, Achilleas Mantzios <achill@matrix.gatewaynet.com> wrote:
> 09 2006 16:33, / Antonios Katsikadamos :
>
> You cound do for instance a
> locate libpq-fe.h
> or
> find /usr/local -name libpq-fe.h
> to get an idea of where these files are.
>
>
> --
> Achilleas Mantzios
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
>
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
| |
| Brad Nicholson 2006-11-10, 7:24 pm |
| If your building a version prior to 8.0, you need to do
gmake install-all-headers
after your gmake install
On Thu, 2006-11-09 at 22:44 +0500, imad wrote:
> You can download your required header files and place them wherever
> you want BTW :-)
>
>
> --Imad
> www.EnterpriseDB.com
>
>
> On 11/9/06, Achilleas Mantzios <achill@matrix.gatewaynet.com> wrote:
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
--
Brad Nicholson 416-673-4106
Database Administrator, Afilias Canada Corp.
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
|
|
|
|
|