File: reference_transaction.xml.po

package info (click to toggle)
postgis 2.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,660 kB
  • ctags: 10,181
  • sloc: ansic: 132,858; sql: 131,148; xml: 46,460; sh: 4,832; perl: 4,476; makefile: 2,749; python: 1,198; yacc: 442; lex: 131
file content (394 lines) | stat: -rw-r--r-- 11,303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
# SOME DESCRIPTIVE TITLE.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: PostGIS\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2012-09-14 17:50+0000\n"
"PO-Revision-Date: 2013-11-27 16:31+0000\n"
"Last-Translator: Sandro Santilli <strk@kbt.io>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/postgis-1/"
"language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"

#. Tag: title
#: reference_transaction.xml:3
#, no-c-format
msgid "Long Transactions Support"
msgstr ""

#. Tag: para
#: reference_transaction.xml:5
#, no-c-format
msgid ""
"This module and associated pl/pgsql functions have been implemented to "
"provide long locking support required by <ulink url=\"http://www."
"opengeospatial.org/standards/wfs\">Web Feature Service</ulink> specification."
msgstr ""

#. Tag: para
#: reference_transaction.xml:10
#, no-c-format
msgid ""
"Users must use <ulink url=\"http://www.postgresql.org/docs/current/static/"
"transaction-iso.html\">serializable transaction level</ulink> otherwise "
"locking mechanism would break."
msgstr ""

#. Tag: refname
#: reference_transaction.xml:18
#, no-c-format
msgid "AddAuth"
msgstr ""

#. Tag: refpurpose
#: reference_transaction.xml:20
#, no-c-format
msgid ""
"<refpurpose>Add an authorization token to be used in current transaction.</"
"refpurpose>"
msgstr ""

#. Tag: funcprototype
#: reference_transaction.xml:25
#, no-c-format
msgid ""
"<funcdef>boolean <function>AddAuth</function></funcdef> <paramdef><type>text "
"</type> <parameter>auth_token</parameter></paramdef>"
msgstr ""

#. Tag: title
#: reference_transaction.xml:33 reference_transaction.xml:83
#: reference_transaction.xml:130 reference_transaction.xml:177
#: reference_transaction.xml:241 reference_transaction.xml:284
#, no-c-format
msgid "Description"
msgstr ""

#. Tag: para
#: reference_transaction.xml:35
#, no-c-format
msgid ""
"<para>Add an authorization token to be used in current transaction.</para>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:37
#, no-c-format
msgid ""
"Creates/adds to a temp table called temp_lock_have_table the current "
"transaction identifier and authorization token key."
msgstr ""

#. Tag: para
#: reference_transaction.xml:40 reference_transaction.xml:92
#: reference_transaction.xml:138 reference_transaction.xml:185
#: reference_transaction.xml:248 reference_transaction.xml:289
#, no-c-format
msgid "Availability: 1.1.3"
msgstr ""

#. Tag: title
#: reference_transaction.xml:45 reference_transaction.xml:98
#: reference_transaction.xml:144 reference_transaction.xml:191
#: reference_transaction.xml:253 reference_transaction.xml:294
#, no-c-format
msgid "Examples"
msgstr ""

#. Tag: programlisting
#: reference_transaction.xml:47
#, no-c-format
msgid ""
"SELECT LockRow('towns', '353', 'priscilla');\n"
"                BEGIN TRANSACTION;\n"
"                        SELECT AddAuth('joey');\n"
"                        UPDATE towns SET the_geom = "
"ST_Translate(the_geom,2,2) WHERE gid = 353;\n"
"                COMMIT;\n"
"\n"
"\n"
"                ---Error--\n"
"                ERROR:  UPDATE where \"gid\" = '353' requires authorization "
"'priscilla'"
msgstr ""

#. Tag: title
#: reference_transaction.xml:52 reference_transaction.xml:105
#: reference_transaction.xml:151 reference_transaction.xml:198
#: reference_transaction.xml:260 reference_transaction.xml:301
#, no-c-format
msgid "See Also"
msgstr ""

#. Tag: refname
#: reference_transaction.xml:60
#, no-c-format
msgid "CheckAuth"
msgstr ""

#. Tag: refpurpose
#: reference_transaction.xml:62
#, no-c-format
msgid ""
"Creates trigger on a table to prevent/allow updates and deletes of rows "
"based on authorization token."
msgstr ""

#. Tag: funcsynopsis
#: reference_transaction.xml:66
#, no-c-format
msgid ""
"<funcprototype> <funcdef>integer <function>CheckAuth</function></funcdef> "
"<paramdef><type>text </type> <parameter>a_schema_name</parameter></paramdef> "
"<paramdef><type>text </type> <parameter>a_table_name</parameter></paramdef> "
"<paramdef><type>text </type> <parameter>a_key_column_name</parameter></"
"paramdef> </funcprototype> <funcprototype> <funcdef>integer "
"<function>CheckAuth</function></funcdef> <paramdef><type>text </type> "
"<parameter>a_table_name</parameter></paramdef> <paramdef><type>text </type> "
"<parameter>a_key_column_name</parameter></paramdef> </funcprototype>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:85
#, no-c-format
msgid ""
"Creates trigger on a table to prevent/allow updates and deletes of rows "
"based on authorization token. Identify rows using &lt;rowid_col&gt; column."
msgstr ""

#. Tag: para
#: reference_transaction.xml:87
#, no-c-format
msgid ""
"If a_schema_name is not passed in, then searches for table in current schema."
msgstr ""

#. Tag: para
#: reference_transaction.xml:88
#, no-c-format
msgid ""
"If an authorization trigger already exists on this table function errors."
msgstr ""

#. Tag: para
#: reference_transaction.xml:89
#, no-c-format
msgid "If Transaction support is not enabled, function throws an exception."
msgstr ""

#. Tag: programlisting
#: reference_transaction.xml:100
#, no-c-format
msgid ""
"SELECT CheckAuth('public', 'towns', 'gid');\n"
"                        result\n"
"                        ------\n"
"                        0"
msgstr ""

#. Tag: refname
#: reference_transaction.xml:113
#, no-c-format
msgid "DisableLongTransactions"
msgstr ""

#. Tag: refpurpose
#: reference_transaction.xml:115
#, no-c-format
msgid ""
"<refpurpose>Disable long transaction support. This function removes the long "
"transaction support metadata tables, and drops all triggers attached to lock-"
"checked tables.</refpurpose>"
msgstr ""

#. Tag: funcprototype
#: reference_transaction.xml:122
#, no-c-format
msgid ""
"<funcdef>text <function>DisableLongTransactions</function></funcdef> "
"<paramdef></paramdef>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:132
#, no-c-format
msgid ""
"<para>Disable long transaction support. This function removes the long "
"transaction support metadata tables, and drops all triggers attached to lock-"
"checked tables.</para>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:135
#, no-c-format
msgid ""
"Drops meta table called <varname>authorization_table</varname> and a view "
"called <varname>authorized_tables</varname> and all triggers called "
"<varname>checkauthtrigger</varname>"
msgstr ""

#. Tag: programlisting
#: reference_transaction.xml:146
#, no-c-format
msgid ""
"SELECT DisableLongTransactions();\n"
"--result--\n"
"Long transactions support disabled"
msgstr ""

#. Tag: refname
#: reference_transaction.xml:159
#, no-c-format
msgid "EnableLongTransactions"
msgstr ""

#. Tag: refpurpose
#: reference_transaction.xml:161
#, no-c-format
msgid ""
"<refpurpose>Enable long transaction support. This function creates the "
"required metadata tables, needs to be called once before using the other "
"functions in this section. Calling it twice is harmless.</refpurpose>"
msgstr ""

#. Tag: funcprototype
#: reference_transaction.xml:169
#, no-c-format
msgid ""
"<funcdef>text <function>EnableLongTransactions</function></funcdef> "
"<paramdef></paramdef>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:179
#, no-c-format
msgid ""
"<para>Enable long transaction support. This function creates the required "
"metadata tables, needs to be called once before using the other functions in "
"this section. Calling it twice is harmless.</para>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:183
#, no-c-format
msgid ""
"Creates a meta table called <varname>authorization_table</varname> and a "
"view called <varname>authorized_tables</varname>"
msgstr ""

#. Tag: programlisting
#: reference_transaction.xml:193
#, no-c-format
msgid ""
"SELECT EnableLongTransactions();\n"
"--result--\n"
"Long transactions support enabled"
msgstr ""

#. Tag: refname
#: reference_transaction.xml:206
#, no-c-format
msgid "LockRow"
msgstr ""

#. Tag: refpurpose
#: reference_transaction.xml:208
#, no-c-format
msgid "Set lock/authorization for specific row in table"
msgstr ""

#. Tag: funcsynopsis
#: reference_transaction.xml:212
#, no-c-format
msgid ""
"<funcprototype> <funcdef>integer <function>LockRow</function></funcdef> "
"<paramdef><type>text </type> <parameter>a_schema_name</parameter></paramdef> "
"<paramdef><type>text </type> <parameter>a_table_name</parameter></paramdef> "
"<paramdef><type>text </type> <parameter>a_row_key</parameter></paramdef> "
"<paramdef><type>text</type> <parameter>an_auth_token</parameter></paramdef> "
"<paramdef><type>timestamp</type> <parameter>expire_dt</parameter></paramdef> "
"</funcprototype> <funcprototype> <funcdef>integer <function>LockRow</"
"function></funcdef> <paramdef><type>text </type> <parameter>a_table_name</"
"parameter></paramdef> <paramdef><type>text </type> <parameter>a_row_key</"
"parameter></paramdef> <paramdef><type>text</type> <parameter>an_auth_token</"
"parameter></paramdef> <paramdef><type>timestamp</type> <parameter>expire_dt</"
"parameter></paramdef> </funcprototype> <funcprototype> <funcdef>integer "
"<function>LockRow</function></funcdef> <paramdef><type>text </type> "
"<parameter>a_table_name</parameter></paramdef> <paramdef><type>text </type> "
"<parameter>a_row_key</parameter></paramdef> <paramdef><type>text</type> "
"<parameter>an_auth_token</parameter></paramdef> </funcprototype>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:243
#, no-c-format
msgid ""
"Set lock/authorization for specific row in table &lt;authid&gt; is a text "
"value, &lt;expires&gt; is a timestamp defaulting to now()+1hour. Returns 1 "
"if lock has been assigned, 0 otherwise (already locked by other auth)"
msgstr ""

#. Tag: programlisting
#: reference_transaction.xml:255
#, no-c-format
msgid ""
"SELECT LockRow('public', 'towns', '2', 'joey');\n"
"LockRow\n"
"-------\n"
"1\n"
"\n"
"--Joey has already locked the record and Priscilla is out of luck\n"
"SELECT LockRow('public', 'towns', '2', 'priscilla');\n"
"LockRow\n"
"-------\n"
"0"
msgstr ""

#. Tag: refname
#: reference_transaction.xml:268
#, no-c-format
msgid "UnlockRows"
msgstr ""

#. Tag: refpurpose
#: reference_transaction.xml:270
#, no-c-format
msgid ""
"<refpurpose>Remove all locks held by specified authorization id. Returns the "
"number of locks released.</refpurpose>"
msgstr ""

#. Tag: funcprototype
#: reference_transaction.xml:276
#, no-c-format
msgid ""
"<funcdef>integer <function>UnlockRows</function></funcdef> "
"<paramdef><type>text </type> <parameter>auth_token</parameter></paramdef>"
msgstr ""

#. Tag: para
#: reference_transaction.xml:286
#, no-c-format
msgid ""
"<para>Remove all locks held by specified authorization id. Returns the "
"number of locks released.</para>"
msgstr ""

#. Tag: programlisting
#: reference_transaction.xml:296
#, no-c-format
msgid ""
"SELECT LockRow('towns', '353', 'priscilla');\n"
"                SELECT LockRow('towns', '2', 'priscilla');\n"
"                SELECT UnLockRows('priscilla');\n"
"                UnLockRows\n"
"                ------------\n"
"                2"
msgstr ""