Has anyone seen this while running pg_dumpall?

Started by Penrod, Johnover 16 years ago4 messagesgeneral
Jump to latest
#1Penrod, John
John.Penrod@STJUDE.ORG

We are running version:

edb=# select version();
version
-------------------------------------------------------------------------------------
EnterpriseDB 8.3.0.106 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.0
(1 row)

Has anyone seen this while running pg_dumpall?

[enterprisedb@sjmemedbt1 cluster]$ pg_dumpall > full_bu_sjmemedbt1_091028a.dmp
pg_dump: NOTICE: [HINTS] Unrecognized Const type.
pg_dump: NOTICE: [HINTS] Unrecognized Const type.
[enterprisedb@sjmemedbt1 cluster]$

The output into the dump file appears to be clean.

John J. Penrod, OCP
Oracle/EnterpriseDB Database Administrator
St. Jude Children's Research Hospital<http://www.stjude.org/stjude/v/index.jsp?vgnextoid=f2bfab46cb118010VgnVCM1000000e2015acRCRD&amp;plt=STJGENSEGOOGL0000009&amp;gclid=CM6Imp6I0Z0CFSMNDQodNXLerQ&gt;
262 Danny Thomas Place, MS 0574
Memphis, TN 38105
Phone: (901) 595-4941
FAX: (901) 595-2963
john.penrod@stjude.org

________________________________
Email Disclaimer: www.stjude.org/emaildisclaimer

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Penrod, John (#1)
Re: [GENERAL] Has anyone seen this while running pg_dumpall?

Penrod, John wrote:

We are running version:

edb=# select version();
version
-------------------------------------------------------------------------------------
EnterpriseDB 8.3.0.106 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.0
(1 row)

Has anyone seen this while running pg_dumpall?

[enterprisedb@sjmemedbt1 cluster]$ pg_dumpall > full_bu_sjmemedbt1_091028a.dmp
pg_dump: NOTICE: [HINTS] Unrecognized Const type.
pg_dump: NOTICE: [HINTS] Unrecognized Const type.

This is not a Postgres error message. Ask EDB.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

#3Penrod, John
John.Penrod@STJUDE.ORG
In reply to: Alvaro Herrera (#2)
Re: Has anyone seen this while running pg_dumpall?

Thank you. I will do that.

John J. Penrod, OCP
Oracle/EnterpriseDB Database Administrator
St. Jude Children's Research Hospital
262 Danny Thomas Place, MS 0574
Memphis, TN 38105
Phone: (901) 595-4941
FAX: (901) 595-2963
john.penrod@stjude.org

-----Original Message-----
From: Alvaro Herrera [mailto:alvherre@commandprompt.com]
Sent: Wednesday, October 28, 2009 12:55 PM
To: Penrod, John
Cc: 'pgsql-general@postgresql.org'; 'pgsql-admin@postgresql.org'
Subject: Re: [GENERAL] Has anyone seen this while running pg_dumpall?

Penrod, John wrote:

We are running version:

edb=# select version();
version
-------------------------------------------------------------------------------------
EnterpriseDB 8.3.0.106 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.0
(1 row)

Has anyone seen this while running pg_dumpall?

[enterprisedb@sjmemedbt1 cluster]$ pg_dumpall > full_bu_sjmemedbt1_091028a.dmp
pg_dump: NOTICE: [HINTS] Unrecognized Const type.
pg_dump: NOTICE: [HINTS] Unrecognized Const type.

This is not a Postgres error message. Ask EDB.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Email Disclaimer: www.stjude.org/emaildisclaimer

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Penrod, John (#1)
Re: [GENERAL] Has anyone seen this while running pg_dumpall?

"Penrod, John" <John.Penrod@STJUDE.ORG> writes:

edb=# select version();
version
-------------------------------------------------------------------------------------
EnterpriseDB 8.3.0.106 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.0
(1 row)

Has anyone seen this while running pg_dumpall?

[enterprisedb@sjmemedbt1 cluster]$ pg_dumpall > full_bu_sjmemedbt1_091028a.dmp
pg_dump: NOTICE: [HINTS] Unrecognized Const type.
pg_dump: NOTICE: [HINTS] Unrecognized Const type.

Not around here, because there is no such message in the standard
Postgres sources. Presumably it's coming from some EDB-specific code.
I suggest you take it up with EDB's support.

regards, tom lane