Browsing Czech translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Czech guidelines.
349358 of 515 results
349.
commit a transaction that was earlier prepared for two-phase commit
(no translation yet)
Located in sql_help.h:129
350.
COMMIT PREPARED transaction_id
COMMIT PREPARED id_transakce
Translated and reviewed by Marv-CZ
Located in sql_help.h:130
351.
copy data between a file and a table
kopíruje data mezi souborem a tabulkou
Translated and reviewed by Karel Zak
Located in sql_help.h:133
352.
COPY tablename [ ( column [, ...] ) ]
FROM { 'filename' | STDIN }
[ [ WITH ]
[ BINARY ]
[ OIDS ]
[ DELIMITER [ AS ] 'delimiter' ]
[ NULL [ AS ] 'null string' ]
[ CSV [ HEADER ]
[ QUOTE [ AS ] 'quote' ]
[ ESCAPE [ AS ] 'escape' ]
[ FORCE NOT NULL column [, ...] ]

COPY tablename [ ( column [, ...] ) ]
TO { 'filename' | STDOUT }
[ [ WITH ]
[ BINARY ]
[ HEADER ]
[ OIDS ]
[ DELIMITER [ AS ] 'delimiter' ]
[ NULL [ AS ] 'null string' ]
[ CSV [ HEADER ]
[ QUOTE [ AS ] 'quote' ]
[ ESCAPE [ AS ] 'escape' ]
[ FORCE QUOTE column [, ...] ]
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in sql_help.h:134
353.
define a new aggregate function
definuje novou agregátní funkci
Translated and reviewed by Karel Zak
Located in sql_help.h:137
354.
CREATE AGGREGATE name (
BASETYPE = input_data_type,
SFUNC = sfunc,
STYPE = state_data_type
[ , FINALFUNC = ffunc ]
[ , INITCOND = initial_condition ]
[ , SORTOP = sort_operator ]
)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in sql_help.h:138
355.
define a new cast
definuje nové přetypování
Translated and reviewed by Karel Zak
Located in sql_help.h:141
356.
CREATE CAST (sourcetype AS targettype)
WITH FUNCTION funcname (argtypes)
[ AS ASSIGNMENT | AS IMPLICIT ]

CREATE CAST (sourcetype AS targettype)
WITHOUT FUNCTION
[ AS ASSIGNMENT | AS IMPLICIT ]
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
CREATE CAST (původní_typ AS cílový_typ)
WITH FUNCTION funkce (argumenty)
[ AS ASSIGNMENT | AS IMPLICIT ]

CREATE CAST (původní_typ AS cílový_typ)
WITHOUT FUNCTION
[ AS ASSIGNMENT | AS IMPLICIT ]
Translated by Marv-CZ
Reviewed by Karel Zak
Located in sql_help.h:142
357.
define a new constraint trigger
definuje nový omezujcící trigger
Translated by Marv-CZ
Reviewed by Karel Zak
Located in sql_help.h:145
358.
CREATE CONSTRAINT TRIGGER name
AFTER events ON
tablename constraint attributes
FOR EACH ROW EXECUTE PROCEDURE funcname ( args )
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
CREATE CONSTRAINT TRIGGER název
AFTER událost ON
tabulka omezení vlastnosti
FOR EACH ROW EXECUTE PROCEDURE funkce ( argumenty )
Translated by Marv-CZ
Reviewed by Karel Zak
Located in sql_help.h:146
349358 of 515 results

This translation is managed by Ubuntu Czech Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Karel Zak, Marv-CZ.