Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
914eec7d
Commit
914eec7d
authored
Sep 06, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync up jdbc error files.
parent
02566f14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
src/interfaces/jdbc/org/postgresql/errors.properties
src/interfaces/jdbc/org/postgresql/errors.properties
+0
-1
src/interfaces/jdbc/org/postgresql/errors_de.properties
src/interfaces/jdbc/org/postgresql/errors_de.properties
+1
-2
src/interfaces/jdbc/org/postgresql/errors_it.properties
src/interfaces/jdbc/org/postgresql/errors_it.properties
+0
-1
No files found.
src/interfaces/jdbc/org/postgresql/errors.properties
View file @
914eec7d
...
...
@@ -61,7 +61,6 @@ postgresql.serial.namelength:Class & Package name length cannot be longer than 3
postgresql.serial.noclass
:
No class found for {0}.
postgresql.serial.table
:
The table for {0} is not in the database. Contact the DBA, as the database is in an inconsistent state.
postgresql.serial.underscore
:
Class names may not have _ in them. You supplied {0}.
postgresql.stat.batch.empty
:
The batch is empty. There is nothing to execute.
postgresql.stat.batch.error
:
Batch entry {0} {1} was aborted.
postgresql.stat.maxfieldsize
:
An attempt to setMaxFieldSize() failed - compile time default in force.
postgresql.stat.noresult
:
No results were returned by the query.
...
...
src/interfaces/jdbc/org/postgresql/errors_de.properties
View file @
914eec7d
# Message translation file for PostgreSQL JDBC driver
# Peter Eisentraut <peter_e@gmx.net>, 2001.
#
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.
1 2001/07/09 20:25:44 petere
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.
2 2001/09/06 03:03:37 momjian
Exp $
postgresql.con.auth
:
Der Authentifizierungstyp »{0}« wird nicht unterstützt.
postgresql.con.authfail
:
Ein Fehler trat auf während die Authentifizierungsanfrage empfangen wurde.
...
...
@@ -65,7 +65,6 @@ postgresql.serial.namelength:Klassen- und Paketname k
postgresql.serial.noclass
:
Keine Klasse für Typ »{0}« gefunden
postgresql.serial.table
:
Keine Tabelle für Typ »{0}« in der Datenbank gefunden. Die Datenbank ist in einem unbeständigen Zustand.
postgresql.serial.underscore
:
Zu serialisierende Klassennamen dürfen keine Unterstriche (_) enthälten. Der angegebene Name war »{0}«.
postgresql.stat.batch.empty
:
Der Anweisungs-Batch ist leer.
postgresql.stat.batch.error
:
Batch-Anweisung Nummer {0} ({1}) wurde abgebrochen.
postgresql.stat.maxfieldsize
:
setMaxFieldSize() is nicht möglich; die Grenze ist fest eingebaut.
postgresql.stat.noresult
:
Die Abfrage ergab kein Ergebnis.
...
...
src/interfaces/jdbc/org/postgresql/errors_it.properties
View file @
914eec7d
...
...
@@ -64,7 +64,6 @@ postgresql.serial.namelength:La lunghezza dei nomi per Class & Package non pu
postgresql.serial.noclass
:
Nessuna classe trovata per {0}.
postgresql.serial.table
:
La tabella per {0} non è nel database. Contattare l'amministratore del DB, visto che il database è in uno stato incosistente.
postgresql.serial.underscore
:
Il nome di una classe non può contenere il carattere ``_''. E` stato fornito {0}.
postgresql.stat.batch.empty
:
La sequenza di operazioni è vuota. Non c'è niente da eseguire.
postgresql.stat.batch.error
:
L'operazione {0} {1} della sequenza è stata annullata.
postgresql.stat.maxfieldsize
:
Fallito un tentativo a setMaxFieldSize() - verrà utilizzato il valore predefinito a tempo di compilazione.
postgresql.stat.noresult
:
Nessun risultato è stato restituito dalla query.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment