elein <[EMAIL PROTECTED]> writes:
> This is the repro with the sql file below.
FWIW, this seems to work as expected with 8.1. Don't have time to try
it with 8.0 right now, but it may be an already-solved issue ...
regards, tom lane
---(end of broa
This is the repro with the sql file below.
createdb bug1
psql bug1 < qna.sql
pg_dump bug1 > bug1.sql
createdb bug2
psql bug2 < bug1.sql
psql bug1
=# select r.relname, attname, attislocal, attinhcount from pg_attribute a join
pg_class r ON (a.attrelid = r.oid) where attname = 'avid' order by rel
Hello everyone:
I'm working to upgrade a database
from PostgreSQL 7.3 to 8.0 version.The database serves a complex J2EE
application, running Jboss in multiple servers. All servers run Linux
RedHat.I found a problem yesterday.Whenever the application inserts a
date prior to 1914-01-01, the
Hi,
On Fri, 4 Nov 2005, venki wrote:
hello sir
i have facing a problem past one weeks onwords
iam using redhat enterprise linux 4 in that postgres version is 7.4
i want to upgrade postgres version of the existing operating system RHEL4
iam searched a lot of links but fail to get the result
in
The following bug has been logged online:
Bug reference: 2020
Logged by: Fernando Rubbo
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.4
Operating system: Linux - Fedora Core 3
Description:7.3 -> 8.0.4 migration timestamp problem
Details:
1)
I have a p
Jacques Grelet wrote:
> Since version 8.0.4, all French Postgresql messages are bad encoded.
Yes, the file is encoded in UTF-8 but declared to be ISO-8859-1.
Guillaume, can you check what is going on?
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---(end
Hi,
Since version 8.0.4, all French Postgresql messages are bad encoded.
Having a quick look beetween po's files version 8.0.3 and 8.0.4, it
appear that po's files was included to cvs certainly from an host using
a bad locale setting.
Regards,
cf:
---
psql -h $DBHOST -d inventaire
Bienvenu
hello sir
i have facing a problem past one weeks onwords
iam using redhat enterprise linux 4 in that postgres version is 7.4
i want to upgrade postgres version of the existing operating system RHEL4
iam searched a lot of links but fail to get the result
in the operating system rpm -qa | grep post
Bernhard Weisshuhn wrote:
> The attached patch for Teodor seems to fix the problem for me. I say
^^^
I meant 'from' of course ;-)
--bkw
---(end of broadcast)---
TIP 6: explain analyze is your friend
On Thu, Nov 03, 2005 at 03:12:33PM +, Bernhard Weisshuhn <[EMAIL
PROTECTED]> wrote:
> The following bug has been logged online:
>
> Bug reference: 2019
> Logged by: Bernhard Weisshuhn
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.1rc1
> Operating system: Lin
10 matches
Mail list logo