[BUGS] pg_basebackup de.po: Wrong translation

2012-07-11 Thread Christian Ullrich
61 #: pg_basebackup.c:127 62 #, c-format 63 msgid " -F, --format=p|t output format (plain, tar)\n" 64 msgstr " -F, --format=c|t|p Ausgabeformat (plain, tar)\n" pg_basebackup does not support "c" format. The other three translations are correct. -- Christian -- Sent via

[BUGS] BUG #6726: pg_dump - ftell mismatch when using -Fc and split

2012-07-11 Thread andy . gumbrecht
The following bug has been logged on the website: Bug reference: 6726 Logged by: Andy Gumbrecht Email address: andy.gumbre...@orprovision.com PostgreSQL version: 9.1.4 Operating system: Windows 7 32 or 64 bit Description: Using: "D:\pg\bin\pg_dump.exe" -F c -E utf8 -

[BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread tuckerpmt
The following bug has been logged on the website: Bug reference: 6727 Logged by: Patrick Tucker Email address: tucker...@gmail.com PostgreSQL version: 9.1.1 Operating system: Windows Description: The SQLException that is thrown when performing a query that has a colum

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Tom Lane
tucker...@gmail.com writes: > The SQLException that is thrown when performing a query that has a column > name that is not valid, does not exist, does not contain an error > code. Could you provide a specific example? When I try this I see an error code, 42703: regression=# \set VERBOSITY verbos

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Patrick Tucker
BTW I'm using postgresql-9.1-901.jdbc4.jar Thanks again, Pat On Wed, Jul 11, 2012 at 2:10 PM, Patrick Tucker wrote: > Interesting, the test case that I ran was performing a simple SQL > statement like the following: select "a" from table > > I wonder if the version of the driver I am using needs

[BUGS] BUG #6728: revoke grant cascade behaviour

2012-07-11 Thread dmg
The following bug has been logged on the website: Bug reference: 6728 Logged by: daniel german Email address: d...@uvic.ca PostgreSQL version: 9.1.4 Operating system: Linux (Ubuntu) Description: Hi there, I am trying to understand how postgresql implements REVOKE GRA

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Patrick Tucker
Interesting, the test case that I ran was performing a simple SQL statement like the following: select "a" from table I wonder if the version of the driver I am using needs to be updated or even the database? Thanks, Pat On Wed, Jul 11, 2012 at 1:43 PM, Tom Lane wrote: > tucker...@gmail.com writ

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Craig Ringer
On 07/12/2012 02:24 AM, Patrick Tucker wrote: BTW I'm using postgresql-9.1-901.jdbc4.jar Thanks again, A self-contained test case - a small Java program that connects to a test DB, runs a query, and reports the result vs what you expected the result to be - would be helpful. -- Craig ringer