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
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 -
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
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
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
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
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
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