~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/app-createdb.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>createdb</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REV="MADE"
 
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
 
11
REL="HOME"
 
12
TITLE="PostgreSQL 9.1beta1 Documentation"
 
13
HREF="index.html"><LINK
 
14
REL="UP"
 
15
TITLE="PostgreSQL Client Applications"
 
16
HREF="reference-client.html"><LINK
 
17
REL="PREVIOUS"
 
18
TITLE="clusterdb"
 
19
HREF="app-clusterdb.html"><LINK
 
20
REL="NEXT"
 
21
TITLE="createlang"
 
22
HREF="app-createlang.html"><LINK
 
23
REL="STYLESHEET"
 
24
TYPE="text/css"
 
25
HREF="stylesheet.css"><META
 
26
HTTP-EQUIV="Content-Type"
 
27
CONTENT="text/html; charset=ISO-8859-1"><META
 
28
NAME="creation"
 
29
CONTENT="2011-04-27T21:20:33"></HEAD
 
30
><BODY
 
31
CLASS="REFENTRY"
 
32
><DIV
 
33
CLASS="NAVHEADER"
 
34
><TABLE
 
35
SUMMARY="Header navigation table"
 
36
WIDTH="100%"
 
37
BORDER="0"
 
38
CELLPADDING="0"
 
39
CELLSPACING="0"
 
40
><TR
 
41
><TH
 
42
COLSPAN="5"
 
43
ALIGN="center"
 
44
VALIGN="bottom"
 
45
><A
 
46
HREF="index.html"
 
47
>PostgreSQL 9.1beta1 Documentation</A
 
48
></TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="top"
 
55
><A
 
56
TITLE="clusterdb"
 
57
HREF="app-clusterdb.html"
 
58
ACCESSKEY="P"
 
59
>Prev</A
 
60
></TD
 
61
><TD
 
62
WIDTH="10%"
 
63
ALIGN="left"
 
64
VALIGN="top"
 
65
><A
 
66
TITLE="clusterdb"
 
67
HREF="app-clusterdb.html"
 
68
>Fast Backward</A
 
69
></TD
 
70
><TD
 
71
WIDTH="60%"
 
72
ALIGN="center"
 
73
VALIGN="bottom"
 
74
></TD
 
75
><TD
 
76
WIDTH="10%"
 
77
ALIGN="right"
 
78
VALIGN="top"
 
79
><A
 
80
TITLE="createlang"
 
81
HREF="app-createlang.html"
 
82
>Fast Forward</A
 
83
></TD
 
84
><TD
 
85
WIDTH="10%"
 
86
ALIGN="right"
 
87
VALIGN="top"
 
88
><A
 
89
TITLE="createlang"
 
90
HREF="app-createlang.html"
 
91
ACCESSKEY="N"
 
92
>Next</A
 
93
></TD
 
94
></TR
 
95
></TABLE
 
96
><HR
 
97
ALIGN="LEFT"
 
98
WIDTH="100%"></DIV
 
99
><H1
 
100
><A
 
101
NAME="APP-CREATEDB"
 
102
></A
 
103
><SPAN
 
104
CLASS="APPLICATION"
 
105
>createdb</SPAN
 
106
></H1
 
107
><DIV
 
108
CLASS="REFNAMEDIV"
 
109
><A
 
110
NAME="AEN76637"
 
111
></A
 
112
><H2
 
113
>Name</H2
 
114
>createdb&nbsp;--&nbsp;create a new <SPAN
 
115
CLASS="PRODUCTNAME"
 
116
>PostgreSQL</SPAN
 
117
> database</DIV
 
118
><DIV
 
119
CLASS="REFSYNOPSISDIV"
 
120
><A
 
121
NAME="AEN76643"
 
122
></A
 
123
><H2
 
124
>Synopsis</H2
 
125
><P
 
126
><TT
 
127
CLASS="COMMAND"
 
128
>createdb</TT
 
129
> [<TT
 
130
CLASS="REPLACEABLE"
 
131
><I
 
132
>connection-option</I
 
133
></TT
 
134
>...] [<TT
 
135
CLASS="REPLACEABLE"
 
136
><I
 
137
>option</I
 
138
></TT
 
139
>...] [<TT
 
140
CLASS="REPLACEABLE"
 
141
><I
 
142
>dbname</I
 
143
></TT
 
144
>] [<TT
 
145
CLASS="REPLACEABLE"
 
146
><I
 
147
>description</I
 
148
></TT
 
149
>]</P
 
150
></DIV
 
151
><DIV
 
152
CLASS="REFSECT1"
 
153
><A
 
154
NAME="R1-APP-CREATEDB-1"
 
155
></A
 
156
><H2
 
157
>   Description
 
158
  </H2
 
159
><P
 
160
>   <SPAN
 
161
CLASS="APPLICATION"
 
162
>createdb</SPAN
 
163
> creates a new <SPAN
 
164
CLASS="PRODUCTNAME"
 
165
>PostgreSQL</SPAN
 
166
>
 
167
   database.
 
168
  </P
 
169
><P
 
170
>   Normally, the database user who executes this command becomes the owner of
 
171
   the new database.
 
172
   However, a different owner can be specified via the <TT
 
173
CLASS="OPTION"
 
174
>-O</TT
 
175
>
 
176
   option, if the executing user has appropriate privileges.
 
177
  </P
 
178
><P
 
179
>   <SPAN
 
180
CLASS="APPLICATION"
 
181
>createdb</SPAN
 
182
> is a wrapper around the
 
183
   <ACRONYM
 
184
CLASS="ACRONYM"
 
185
>SQL</ACRONYM
 
186
> command <A
 
187
HREF="sql-createdatabase.html"
 
188
>CREATE DATABASE</A
 
189
>.
 
190
   There is no effective difference between creating databases via
 
191
   this utility and via other methods for accessing the server.
 
192
  </P
 
193
></DIV
 
194
><DIV
 
195
CLASS="REFSECT1"
 
196
><A
 
197
NAME="AEN76665"
 
198
></A
 
199
><H2
 
200
>Options</H2
 
201
><P
 
202
>   <SPAN
 
203
CLASS="APPLICATION"
 
204
>createdb</SPAN
 
205
> accepts the following command-line arguments:
 
206
 
 
207
    <P
 
208
></P
 
209
></P><DIV
 
210
CLASS="VARIABLELIST"
 
211
><DL
 
212
><DT
 
213
><TT
 
214
CLASS="REPLACEABLE"
 
215
><I
 
216
>dbname</I
 
217
></TT
 
218
></DT
 
219
><DD
 
220
><P
 
221
>        Specifies the name of the database to be created.  The name must be
 
222
        unique among all <SPAN
 
223
CLASS="PRODUCTNAME"
 
224
>PostgreSQL</SPAN
 
225
> databases in this cluster.
 
226
        The default is to create a database with the same name as the
 
227
        current system user.
 
228
       </P
 
229
></DD
 
230
><DT
 
231
><TT
 
232
CLASS="REPLACEABLE"
 
233
><I
 
234
>description</I
 
235
></TT
 
236
></DT
 
237
><DD
 
238
><P
 
239
>        Specifies a comment to be associated with the newly created
 
240
        database.
 
241
       </P
 
242
></DD
 
243
><DT
 
244
><TT
 
245
CLASS="OPTION"
 
246
>-D <TT
 
247
CLASS="REPLACEABLE"
 
248
><I
 
249
>tablespace</I
 
250
></TT
 
251
></TT
 
252
><BR><TT
 
253
CLASS="OPTION"
 
254
>--tablespace=<TT
 
255
CLASS="REPLACEABLE"
 
256
><I
 
257
>tablespace</I
 
258
></TT
 
259
></TT
 
260
></DT
 
261
><DD
 
262
><P
 
263
>        Specifies the default tablespace for the database.
 
264
       </P
 
265
></DD
 
266
><DT
 
267
><TT
 
268
CLASS="OPTION"
 
269
>-e</TT
 
270
><BR><TT
 
271
CLASS="OPTION"
 
272
>--echo</TT
 
273
></DT
 
274
><DD
 
275
><P
 
276
>        Echo the commands that <SPAN
 
277
CLASS="APPLICATION"
 
278
>createdb</SPAN
 
279
> generates
 
280
        and sends to the server.
 
281
       </P
 
282
></DD
 
283
><DT
 
284
><TT
 
285
CLASS="OPTION"
 
286
>-l <TT
 
287
CLASS="REPLACEABLE"
 
288
><I
 
289
>locale</I
 
290
></TT
 
291
></TT
 
292
><BR><TT
 
293
CLASS="OPTION"
 
294
>--locale=<TT
 
295
CLASS="REPLACEABLE"
 
296
><I
 
297
>locale</I
 
298
></TT
 
299
></TT
 
300
></DT
 
301
><DD
 
302
><P
 
303
>        Specifies the locale to be used in this database.  This is equivalent
 
304
        to specifying both <TT
 
305
CLASS="OPTION"
 
306
>--lc-collate</TT
 
307
> and <TT
 
308
CLASS="OPTION"
 
309
>--lc-ctype</TT
 
310
>.
 
311
       </P
 
312
></DD
 
313
><DT
 
314
><TT
 
315
CLASS="OPTION"
 
316
>--lc-collate=<TT
 
317
CLASS="REPLACEABLE"
 
318
><I
 
319
>locale</I
 
320
></TT
 
321
></TT
 
322
></DT
 
323
><DD
 
324
><P
 
325
>        Specifies the LC_COLLATE setting to be used in this database.
 
326
       </P
 
327
></DD
 
328
><DT
 
329
><TT
 
330
CLASS="OPTION"
 
331
>--lc-ctype=<TT
 
332
CLASS="REPLACEABLE"
 
333
><I
 
334
>locale</I
 
335
></TT
 
336
></TT
 
337
></DT
 
338
><DD
 
339
><P
 
340
>        Specifies the LC_CTYPE setting to be used in this database.
 
341
       </P
 
342
></DD
 
343
><DT
 
344
><TT
 
345
CLASS="OPTION"
 
346
>-E <TT
 
347
CLASS="REPLACEABLE"
 
348
><I
 
349
>encoding</I
 
350
></TT
 
351
></TT
 
352
><BR><TT
 
353
CLASS="OPTION"
 
354
>--encoding=<TT
 
355
CLASS="REPLACEABLE"
 
356
><I
 
357
>encoding</I
 
358
></TT
 
359
></TT
 
360
></DT
 
361
><DD
 
362
><P
 
363
>        Specifies the character encoding scheme to be used in this
 
364
        database. The character sets supported by the
 
365
        <SPAN
 
366
CLASS="PRODUCTNAME"
 
367
>PostgreSQL</SPAN
 
368
> server are described in
 
369
        <A
 
370
HREF="multibyte.html#MULTIBYTE-CHARSET-SUPPORTED"
 
371
>Section 22.3.1</A
 
372
>.
 
373
       </P
 
374
></DD
 
375
><DT
 
376
><TT
 
377
CLASS="OPTION"
 
378
>-O <TT
 
379
CLASS="REPLACEABLE"
 
380
><I
 
381
>owner</I
 
382
></TT
 
383
></TT
 
384
><BR><TT
 
385
CLASS="OPTION"
 
386
>--owner=<TT
 
387
CLASS="REPLACEABLE"
 
388
><I
 
389
>owner</I
 
390
></TT
 
391
></TT
 
392
></DT
 
393
><DD
 
394
><P
 
395
>        Specifies the database user who will own the new database.
 
396
       </P
 
397
></DD
 
398
><DT
 
399
><TT
 
400
CLASS="OPTION"
 
401
>-T <TT
 
402
CLASS="REPLACEABLE"
 
403
><I
 
404
>template</I
 
405
></TT
 
406
></TT
 
407
><BR><TT
 
408
CLASS="OPTION"
 
409
>--template=<TT
 
410
CLASS="REPLACEABLE"
 
411
><I
 
412
>template</I
 
413
></TT
 
414
></TT
 
415
></DT
 
416
><DD
 
417
><P
 
418
>        Specifies the template database from which to build this database.
 
419
       </P
 
420
></DD
 
421
><DT
 
422
><TT
 
423
CLASS="OPTION"
 
424
>-V</TT
 
425
><BR><TT
 
426
CLASS="OPTION"
 
427
>--version</TT
 
428
></DT
 
429
><DD
 
430
><P
 
431
>       Print the <SPAN
 
432
CLASS="APPLICATION"
 
433
>createdb</SPAN
 
434
> version and exit.
 
435
       </P
 
436
></DD
 
437
><DT
 
438
><TT
 
439
CLASS="OPTION"
 
440
>-?</TT
 
441
><BR><TT
 
442
CLASS="OPTION"
 
443
>--help</TT
 
444
></DT
 
445
><DD
 
446
><P
 
447
>      Show help about <SPAN
 
448
CLASS="APPLICATION"
 
449
>createdb</SPAN
 
450
> command line
 
451
      arguments, and exit.
 
452
      </P
 
453
></DD
 
454
></DL
 
455
></DIV
 
456
><P>
 
457
   </P
 
458
><P
 
459
>    The options <TT
 
460
CLASS="OPTION"
 
461
>-D</TT
 
462
>, <TT
 
463
CLASS="OPTION"
 
464
>-l</TT
 
465
>, <TT
 
466
CLASS="OPTION"
 
467
>-E</TT
 
468
>,
 
469
    <TT
 
470
CLASS="OPTION"
 
471
>-O</TT
 
472
>, and
 
473
    <TT
 
474
CLASS="OPTION"
 
475
>-T</TT
 
476
> correspond to options of the underlying
 
477
    SQL command <A
 
478
HREF="sql-createdatabase.html"
 
479
>CREATE DATABASE</A
 
480
>; see there for more information
 
481
    about them.
 
482
   </P
 
483
><P
 
484
>    <SPAN
 
485
CLASS="APPLICATION"
 
486
>createdb</SPAN
 
487
> also accepts the following
 
488
    command-line arguments for connection parameters:
 
489
 
 
490
    <P
 
491
></P
 
492
></P><DIV
 
493
CLASS="VARIABLELIST"
 
494
><DL
 
495
><DT
 
496
><TT
 
497
CLASS="OPTION"
 
498
>-h <TT
 
499
CLASS="REPLACEABLE"
 
500
><I
 
501
>host</I
 
502
></TT
 
503
></TT
 
504
><BR><TT
 
505
CLASS="OPTION"
 
506
>--host=<TT
 
507
CLASS="REPLACEABLE"
 
508
><I
 
509
>host</I
 
510
></TT
 
511
></TT
 
512
></DT
 
513
><DD
 
514
><P
 
515
>        Specifies the host name of the machine on which the
 
516
        server is running.  If the value begins with a slash, it is used
 
517
        as the directory for the Unix domain socket.
 
518
       </P
 
519
></DD
 
520
><DT
 
521
><TT
 
522
CLASS="OPTION"
 
523
>-p <TT
 
524
CLASS="REPLACEABLE"
 
525
><I
 
526
>port</I
 
527
></TT
 
528
></TT
 
529
><BR><TT
 
530
CLASS="OPTION"
 
531
>--port=<TT
 
532
CLASS="REPLACEABLE"
 
533
><I
 
534
>port</I
 
535
></TT
 
536
></TT
 
537
></DT
 
538
><DD
 
539
><P
 
540
>        Specifies the TCP port or the local Unix domain socket file
 
541
        extension on which the server is listening for connections.
 
542
       </P
 
543
></DD
 
544
><DT
 
545
><TT
 
546
CLASS="OPTION"
 
547
>-U <TT
 
548
CLASS="REPLACEABLE"
 
549
><I
 
550
>username</I
 
551
></TT
 
552
></TT
 
553
><BR><TT
 
554
CLASS="OPTION"
 
555
>--username=<TT
 
556
CLASS="REPLACEABLE"
 
557
><I
 
558
>username</I
 
559
></TT
 
560
></TT
 
561
></DT
 
562
><DD
 
563
><P
 
564
>        User name to connect as.
 
565
       </P
 
566
></DD
 
567
><DT
 
568
><TT
 
569
CLASS="OPTION"
 
570
>-w</TT
 
571
><BR><TT
 
572
CLASS="OPTION"
 
573
>--no-password</TT
 
574
></DT
 
575
><DD
 
576
><P
 
577
>        Never issue a password prompt.  If the server requires
 
578
        password authentication and a password is not available by
 
579
        other means such as a <TT
 
580
CLASS="FILENAME"
 
581
>.pgpass</TT
 
582
> file, the
 
583
        connection attempt will fail.  This option can be useful in
 
584
        batch jobs and scripts where no user is present to enter a
 
585
        password.
 
586
       </P
 
587
></DD
 
588
><DT
 
589
><TT
 
590
CLASS="OPTION"
 
591
>-W</TT
 
592
><BR><TT
 
593
CLASS="OPTION"
 
594
>--password</TT
 
595
></DT
 
596
><DD
 
597
><P
 
598
>        Force <SPAN
 
599
CLASS="APPLICATION"
 
600
>createdb</SPAN
 
601
> to prompt for a
 
602
        password before connecting to a database.
 
603
       </P
 
604
><P
 
605
>        This option is never essential, since
 
606
        <SPAN
 
607
CLASS="APPLICATION"
 
608
>createdb</SPAN
 
609
> will automatically prompt
 
610
        for a password if the server demands password authentication.
 
611
        However, <SPAN
 
612
CLASS="APPLICATION"
 
613
>createdb</SPAN
 
614
> will waste a
 
615
        connection attempt finding out that the server wants a password.
 
616
        In some cases it is worth typing <TT
 
617
CLASS="OPTION"
 
618
>-W</TT
 
619
> to avoid the extra
 
620
        connection attempt.
 
621
       </P
 
622
></DD
 
623
></DL
 
624
></DIV
 
625
><P>
 
626
   </P
 
627
></DIV
 
628
><DIV
 
629
CLASS="REFSECT1"
 
630
><A
 
631
NAME="AEN76823"
 
632
></A
 
633
><H2
 
634
>Environment</H2
 
635
><P
 
636
></P
 
637
><DIV
 
638
CLASS="VARIABLELIST"
 
639
><DL
 
640
><DT
 
641
><TT
 
642
CLASS="ENVAR"
 
643
>PGDATABASE</TT
 
644
></DT
 
645
><DD
 
646
><P
 
647
>      If set, the name of the database to create, unless overridden on
 
648
      the command line.
 
649
     </P
 
650
></DD
 
651
><DT
 
652
><TT
 
653
CLASS="ENVAR"
 
654
>PGHOST</TT
 
655
><BR><TT
 
656
CLASS="ENVAR"
 
657
>PGPORT</TT
 
658
><BR><TT
 
659
CLASS="ENVAR"
 
660
>PGUSER</TT
 
661
></DT
 
662
><DD
 
663
><P
 
664
>      Default connection parameters.  <TT
 
665
CLASS="ENVAR"
 
666
>PGUSER</TT
 
667
> also
 
668
      determines the name of the database to create, if it is not
 
669
      specified on the command line or by <TT
 
670
CLASS="ENVAR"
 
671
>PGDATABASE</TT
 
672
>.
 
673
     </P
 
674
></DD
 
675
></DL
 
676
></DIV
 
677
><P
 
678
>   This utility, like most other <SPAN
 
679
CLASS="PRODUCTNAME"
 
680
>PostgreSQL</SPAN
 
681
> utilities,
 
682
   also uses the environment variables supported by <SPAN
 
683
CLASS="APPLICATION"
 
684
>libpq</SPAN
 
685
>
 
686
   (see <A
 
687
HREF="libpq-envars.html"
 
688
>Section 31.13</A
 
689
>).
 
690
  </P
 
691
></DIV
 
692
><DIV
 
693
CLASS="REFSECT1"
 
694
><A
 
695
NAME="AEN76846"
 
696
></A
 
697
><H2
 
698
>Diagnostics</H2
 
699
><P
 
700
>   In case of difficulty, see <A
 
701
HREF="sql-createdatabase.html"
 
702
>CREATE DATABASE</A
 
703
>
 
704
   and <A
 
705
HREF="app-psql.html"
 
706
><SPAN
 
707
CLASS="APPLICATION"
 
708
>psql</SPAN
 
709
></A
 
710
> for
 
711
   discussions of potential problems and error messages.
 
712
   The database server must be running at the
 
713
   targeted host.  Also, any default connection settings and environment
 
714
   variables used by the <SPAN
 
715
CLASS="APPLICATION"
 
716
>libpq</SPAN
 
717
> front-end
 
718
   library will apply.
 
719
  </P
 
720
></DIV
 
721
><DIV
 
722
CLASS="REFSECT1"
 
723
><A
 
724
NAME="AEN76852"
 
725
></A
 
726
><H2
 
727
>Examples</H2
 
728
><P
 
729
>    To create the database <TT
 
730
CLASS="LITERAL"
 
731
>demo</TT
 
732
> using the default
 
733
    database server:
 
734
</P><PRE
 
735
CLASS="SCREEN"
 
736
><SAMP
 
737
CLASS="PROMPT"
 
738
>$ </SAMP
 
739
><KBD
 
740
CLASS="USERINPUT"
 
741
>createdb demo</KBD
 
742
></PRE
 
743
><P>
 
744
   </P
 
745
><P
 
746
>    To create the database <TT
 
747
CLASS="LITERAL"
 
748
>demo</TT
 
749
> using the
 
750
    server on host <TT
 
751
CLASS="LITERAL"
 
752
>eden</TT
 
753
>, port 5000, using the
 
754
    <TT
 
755
CLASS="LITERAL"
 
756
>LATIN1</TT
 
757
> encoding scheme with a look at the
 
758
    underlying command:
 
759
</P><PRE
 
760
CLASS="SCREEN"
 
761
><SAMP
 
762
CLASS="PROMPT"
 
763
>$ </SAMP
 
764
><KBD
 
765
CLASS="USERINPUT"
 
766
>createdb -p 5000 -h eden -E LATIN1 -e demo</KBD
 
767
>
 
768
<SAMP
 
769
CLASS="COMPUTEROUTPUT"
 
770
>CREATE DATABASE demo ENCODING 'LATIN1';</SAMP
 
771
></PRE
 
772
><P>
 
773
   </P
 
774
></DIV
 
775
><DIV
 
776
CLASS="REFSECT1"
 
777
><A
 
778
NAME="AEN76867"
 
779
></A
 
780
><H2
 
781
>See Also</H2
 
782
><A
 
783
HREF="app-dropdb.html"
 
784
><SPAN
 
785
CLASS="APPLICATION"
 
786
>dropdb</SPAN
 
787
></A
 
788
>, <A
 
789
HREF="sql-createdatabase.html"
 
790
>CREATE DATABASE</A
 
791
></DIV
 
792
><DIV
 
793
CLASS="NAVFOOTER"
 
794
><HR
 
795
ALIGN="LEFT"
 
796
WIDTH="100%"><TABLE
 
797
SUMMARY="Footer navigation table"
 
798
WIDTH="100%"
 
799
BORDER="0"
 
800
CELLPADDING="0"
 
801
CELLSPACING="0"
 
802
><TR
 
803
><TD
 
804
WIDTH="33%"
 
805
ALIGN="left"
 
806
VALIGN="top"
 
807
><A
 
808
HREF="app-clusterdb.html"
 
809
ACCESSKEY="P"
 
810
>Prev</A
 
811
></TD
 
812
><TD
 
813
WIDTH="34%"
 
814
ALIGN="center"
 
815
VALIGN="top"
 
816
><A
 
817
HREF="index.html"
 
818
ACCESSKEY="H"
 
819
>Home</A
 
820
></TD
 
821
><TD
 
822
WIDTH="33%"
 
823
ALIGN="right"
 
824
VALIGN="top"
 
825
><A
 
826
HREF="app-createlang.html"
 
827
ACCESSKEY="N"
 
828
>Next</A
 
829
></TD
 
830
></TR
 
831
><TR
 
832
><TD
 
833
WIDTH="33%"
 
834
ALIGN="left"
 
835
VALIGN="top"
 
836
><SPAN
 
837
CLASS="APPLICATION"
 
838
>clusterdb</SPAN
 
839
></TD
 
840
><TD
 
841
WIDTH="34%"
 
842
ALIGN="center"
 
843
VALIGN="top"
 
844
><A
 
845
HREF="reference-client.html"
 
846
ACCESSKEY="U"
 
847
>Up</A
 
848
></TD
 
849
><TD
 
850
WIDTH="33%"
 
851
ALIGN="right"
 
852
VALIGN="top"
 
853
><SPAN
 
854
CLASS="APPLICATION"
 
855
>createlang</SPAN
 
856
></TD
 
857
></TR
 
858
></TABLE
 
859
></DIV
 
860
></BODY
 
861
></HTML
 
862
>
 
 
b'\\ No newline at end of file'