Grokbase
x

Peter Eisentraut (pe...@gmx.net)

Profile | Posts (3811)

User Information

Display Name:Peter Eisentraut
Partial Email Address:pe...@gmx.net
Posts:
3811 total
460 in PostgreSQL - Admin
310 in PostgreSQL - Advocacy
1 in PostgreSQL - Announce
445 in PostgreSQL - Bugs
56 in PostgreSQL - Cygwin
538 in PostgreSQL - Docs
1241 in PostgreSQL - General
131 in PostgreSQL - Interfaces
103 in PostgreSQL - JDBC
5 in PostgreSQL - Novice
152 in PostgreSQL - ODBC
18 in PostgreSQL - Performance
2 in PostgreSQL - PHP
393 in PostgreSQL - SQL

5 Most Recent

All Posts
1) Peter Eisentraut Re: [GENERAL] Is PG a moving target?
| +1 vote
The best way to ensure 8.2 compatibility is to use 8.2. But as casts are user definable, you can...
PostgreSQL - General
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Ken Johanson wrote:
> Is there anything now, or in the works, for compatibility emulation? For
> example to setup my session to act like 8.2 and allow less-strict
> typing.

The best way to ensure 8.2 compatibility is to use 8.2.  But as casts are user 
definable, you can add back any casts you want.  Just don't add dozens of 
implicit casts and then come back here wondering why your application is
behaving strangely. :)

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
2) Peter Eisentraut Re: [GENERAL] PostgreSQL 8.3.0 RPMs are available for download
| +1 vote
The plan is to get quasi-official RPMs for SUSE onto the openSUSE build service. The only thing...
PostgreSQL - General
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Am Dienstag, 5. Februar 2008 schrieb Pepe Barbe:
> I am interested in deploying PG 8.3.0 on one of our in-house appliance  
> product that is managed using RPMs and openSuse. Will there be RPMs  
> for Suse from PostgreSQL or should I wait until Suse releases their  
> own RPMs?

The plan is to get quasi-official RPMs for SUSE onto the openSUSE build
service.  The only thing holding this back at the moment is the lack of time 
for the people involved.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(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
3) Peter Eisentraut Re: [GENERAL] 8.3.-build fails due parse error in VERSION script
| +1 vote
Yes, it is a known problem that "old" Linux systems can't build newer PostgreSQL releases. You can...
PostgreSQL - General
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Am Dienstag, 5. Februar 2008 schrieb peter pilsl:
> The machine is a very old machine, that uses GNU ld 2.11.90.0.8 but it
> was able to compile and run postgres8.0.13 without any troubles.

Yes, it is a known problem that "old" Linux systems can't build newer
PostgreSQL releases.  You can edit the makefile and remove the export list, 
but there is no simpler or better-defined way available.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
4) Peter Eisentraut [ODBC] Communication error during authentication
paperclip | +1 vote
I am attempting to upgrade from 08.01.0200 to 08.03.0100. I have attached my odbcinst.ini and...
PostgreSQL - ODBC
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I am attempting to upgrade from 08.01.0200 to 08.03.0100.  I have attached my 
odbcinst.ini and .odbc.ini.  Connecting from psql and the old ODBC driver 
works fine, but the new one gives me "Communication error during
authentication" with the identical configuration and build options.  The 
driver log is attached.  How can I debug this?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Attachment: odbcinst.ini

Attachment: .odbc.ini

Attachment: psqlodbc_pei27644.log
5) Peter Eisentraut Re: [GENERAL] PostgreSQL on a CompactFlash
| +1 vote
I suggest you review the previous discussions on this topic. Search for "compact flash" on...
PostgreSQL - General
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Am Donnerstag, 31. Januar 2008 schrieb Andre Nieder:
> So is there any reason that should prevent us from using PostgreSQL in
> combination with a compact flash?

I suggest you review the previous discussions on this topic.  Search 
for "compact flash" on archives.postgresql.org.  You will find that 
PostgreSQL very write-happy and you might have some work to do.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

spacer
Profile | Posts (3811)
Home > People > Peter Eisentraut