config root man

Current Path : /usr/local/share/locale/ko/LC_MESSAGES/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/share/locale/ko/LC_MESSAGES/pgscripts.mo

L	`Kae
)
>4
>s
=
-
#7[(v<963HjEB9<Cv94=).g;E:5S79743LhJ304;e722J?:5G0C<t0MJ0G{4HEA9v<8Iu541*;\8563>4r=888W9/<#C#g?%#35&i5EI5VI5E FR 4 D !*1!8\!6!%!(!("8D"#}" ""8"4#$P#u#,#,##$$*5$8`$,$8$#$G#%4k%%)%7%
&+-&Y&j&&&&&
&&'$''9'"a'2'7''&'('()(,(.(L2(^)))	p*>z*>*=*(6+_+!v++++<+9',6a,<,9,6-;F-G-3-3-:2..m.;.3.2/1?/6q/:/-/.0m@0@0=0:-1Eh191915"2:X2;2;273/C31s3>3@3B%4=h4)4H4H56b5\585?/61o66636@7;M7:717373*8<^858889
9BD99\9[93L:):G:=:50;+f;>;1;=<9A<J{<S<J=Ue=^=\>@w>P>'	?'1?4Y?8?&?)?(@(A@j@ @@<@;A=ATA/kA6AAA%A*B2JB(}B2BBdB(XC C'C1CC-DCDSDlDDDD	DDDD"
E%0E7VE5EE!EEEEFF	@cKD[iT4$Jo<9e=2+j%rOW_|F`:dV;(f]l*khL/&
~}?Nw H3)QUB^#{nRvSI7XY!yGb
'61\x,z"gsp>C0a.5quAZ8tMPmE-
By default, a database with the same name as the current user is created.

Connection options:

If one of -s, -S, -d, -D, -r, -R and ROLENAME is not specified, you will
be prompted interactively.

Options:

Read the description of the SQL command CLUSTER for details.

Read the description of the SQL command REINDEX for details.

Read the description of the SQL command VACUUM for details.

Report bugs to <pgsql-bugs@postgresql.org>.
  %s [OPTION]... DBNAME
  %s [OPTION]... LANGNAME [DBNAME]
  %s [OPTION]... [DBNAME]
  %s [OPTION]... [DBNAME] [DESCRIPTION]
  %s [OPTION]... [ROLENAME]
  --help                          show this help, then exit
  --help                       show this help, then exit
  --help                    show this help, then exit
  --version                       output version information, then exit
  --version                    output version information, then exit
  --version                 output version information, then exit
  -D, --no-createdb         role cannot create databases
  -D, --tablespace=TABLESPACE  default tablespace for the database
  -E, --encoding=ENCODING      encoding for the database
  -E, --encrypted           encrypt stored password
  -I, --no-inherit          role does not inherit privileges
  -L, --no-login            role cannot login
  -N, --unencrypted         do not encrypt stored password
  -O, --owner=OWNER            database user to own the new database
  -P, --pwprompt            assign a password to new role
  -R, --no-createrole       role cannot create roles
  -S, --no-superuser        role will not be superuser
  -T, --template=TEMPLATE      template database to copy
  -U, --username=USERNAME      user name to connect as
  -U, --username=USERNAME   user name to connect as
  -U, --username=USERNAME   user name to connect as (not the one to create)
  -U, --username=USERNAME   user name to connect as (not the one to drop)
  -W, --password               prompt for password
  -W, --password            prompt for password
  -W, --password            prompt for password to connect
  -a, --all                       vacuum all databases
  -a, --all                 cluster all databases
  -a, --all                 reindex all databases
  -c, --connection-limit=N  connection limit for role (default: no limit)
  -d, --createdb            role can create new databases
  -d, --dbname=DBNAME             database to vacuum
  -d, --dbname=DBNAME       database from which to remove the language
  -d, --dbname=DBNAME       database to cluster
  -d, --dbname=DBNAME       database to install language in
  -d, --dbname=DBNAME       database to reindex
  -e, --echo                      show the commands being sent to the server
  -e, --echo                   show the commands being sent to the server
  -e, --echo                show the commands being sent to the server
  -f, --full                      do full vacuuming
  -h, --host=HOSTNAME          database server host or socket directory
  -h, --host=HOSTNAME       database server host or socket directory
  -i, --index=INDEX         recreate specific index only
  -i, --inherit             role inherits privileges of roles it is a
                            member of (default)
  -i, --interactive         prompt before deleting anything
  -l, --list                show a list of currently installed languages
  -l, --login               role can login (default)
  -p, --port=PORT              database server port
  -p, --port=PORT           database server port
  -q, --quiet                     don't write any messages
  -q, --quiet                  don't write any messages
  -q, --quiet               don't write any messages
  -r, --createrole          role can create new roles
  -s, --superuser           role will be superuser
  -s, --system              reindex system catalogs
  -t, --table='TABLE[(COLUMNS)]'  vacuum specific table only
  -t, --table=TABLE         cluster specific table only
  -t, --table=TABLE         reindex specific table only
  -v, --verbose                   write a lot of output
  -z, --analyze                   update optimizer hints
%s (%s/%s) %s cleans and analyzes a PostgreSQL database.

%s clusters all previously clustered tables in a database.

%s creates a PostgreSQL database.

%s creates a new PostgreSQL role.

%s installs a procedural language into a PostgreSQL database.

%s reindexes a PostgreSQL database.

%s removes a PostgreSQL database.

%s removes a PostgreSQL role.

%s removes a procedural language from a database.

%s: "%s" is not a valid encoding name
%s: cannot cluster a specific table in all databases
%s: cannot cluster all databases and a specific one at the same time
%s: cannot reindex a specific index and system catalogs at the same time
%s: cannot reindex a specific index in all databases
%s: cannot reindex a specific table and system catalogs at the same time
%s: cannot reindex a specific table in all databases
%s: cannot reindex all databases and a specific one at the same time
%s: cannot reindex all databases and system catalogs at the same time
%s: cannot vacuum a specific table in all databases
%s: cannot vacuum all databases and a specific one at the same time
%s: clustering database "%s"
%s: clustering of database "%s" failed: %s%s: clustering of table "%s" in database "%s" failed: %s%s: comment creation failed (database was created): %s%s: could not connect to database %s
%s: could not connect to database %s: %s%s: could not get current user name: %s
%s: could not obtain information about current user: %s
%s: creation of new role failed: %s%s: database creation failed: %s%s: database removal failed: %s%s: language "%s" is already installed in database "%s"
%s: language "%s" is not installed in database "%s"
%s: language installation failed: %s%s: language removal failed: %s%s: missing required argument database name
%s: missing required argument language name
%s: query failed: %s%s: query was: %s
%s: reindexing database "%s"
%s: reindexing of database "%s" failed: %s%s: reindexing of index "%s" in database "%s" failed: %s%s: reindexing of system catalogs failed: %s%s: reindexing of table "%s" in database "%s" failed: %s%s: removal of role "%s" failed: %s%s: still %s functions declared in language "%s"; language not removed
%s: too many command-line arguments (first is "%s")
%s: vacuuming database "%s"
%s: vacuuming of database "%s" failed: %s%s: vacuuming of table "%s" in database "%s" failed: %sAre you sure?Database "%s" will be permanently removed.
Enter it again: Enter name of role to add: Enter name of role to drop: Enter password for new role: NamePassword encryption failed.
Password: Passwords didn't match.
Please answer "%s" or "%s".
Procedural LanguagesRole "%s" will be permanently removed.
Shall the new role be a superuser?Shall the new role be allowed to create databases?Shall the new role be allowed to create more new roles?Trusted?Try "%s --help" for more information.
Usage:
nnoyyesProject-Id-Version: PostgreSQL 8.2
Report-Msgid-Bugs-To: 
POT-Creation-Date: 2007-02-07 00:40+0900
PO-Revision-Date: 2004-12-16 02:11+0900
Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>
Language-Team: KOREAN <pgsql-kr@postgresql.or.kr>
MIME-Version: 1.0
Content-Type: text/plain; charset=euc-kr
Content-Transfer-Encoding: 8bit

ʱⰪ, DB̸  ,   ̸  ͺ̽ ϴ.

 ɼǵ:

-s, -S, -d, -D, -r, -R, ̸ ڵ   ϳ 
α׷    Ʈ , ȭ ó Դϴ.

ɼǵ:

 ڼ  CLUSTER SQL ɾ  Ͻʽÿ.

 ڼ  REINDEX SQL ɾ  Ͻʽÿ.

 ڼ  VACUUM SQL ɾ  Ͻʽÿ.

: <pgsql-bugs@postgresql.org>.
  %s [ɼ]... DB̸
  %s [ɼ]... ̸ [DB̸]
  %s [ɼ]... [DB̸]
  %s [ɼ]... [DB̸] []
  %s [ɼ]... [̸]
  --help                            ְ ħ
  --help                         ְ ħ
  --help                      ְ ħ
  --version                         ְ ħ
  --version                      ְ ħ
  --version                   ְ ħ
  -D, --no-createdb          ͺ̽   
  -D, --tablespace=TABLESPACE  ͺ̽  ⺻ ̺̽
  -E, --encoding=ENCODING      ͺ̽ ڵ
  -E, --encrypted           ȣȭ йȣ 
  -I, --no-inherit               
  -L, --no-login            α   
  -N, --unencrypted         ȣȭ   йȣ 
  -O, --owner=OWNER            ͺ̽ 
  -P, --pwprompt              йȣ 
  -R, --no-createrole           
  -S, --no-superuser        Ϲ   
  -T, --template=TEMPLATE       ø ͺ̽
  -U, --username=USERNAME       
  -U, --username=USERNAME    ̸
  -U, --username=USERNAME     
                            (ڸ ۾  )
  -U, --username=USERNAME    ۾  DB  
  -W, --password               йȣ Է  Ʈ
  -W, --password            йȣ Է  Ʈ
  -W, --password            ۾ ʿ йȣ Է Ʈ
  -a, --all                        ͺ̽ û
  -a, --all                  ͺ̽ 
  -a, --all                  ͺ̽ 
  -c, --connection-limit=N     (ʱⰪ: )
  -d, --createdb             ͺ̽   
  -d, --dbname=DBNAME             DBNAME ͺ̽ û
  -d, --dbname=DBNAME         ͺ̽
  -d, --dbname=DBNAME       Ŭ ۾ DB
  -d, --dbname=DBNAME        ġ DB̸
  -d, --dbname=DBNAME        ͺ̽  ۾
  -e, --echo                        ɵ 
  -e, --echo                     ۾ ɵ 
  -e, --echo                  ۾  
  -f, --full                      û
  -h, --host=HOSTNAME          ͺ̽  ȣƮ  丮
  -h, --host=HOSTNAME       ͺ̽  ȣƮ Ǵ  丮
  -i, --index=INDEX          ε ٽ 
  -i, --inherit                 
                            (ʱⰪ)
  -i, --interactive              
  -l, --list                 ġ Ǿִ  
  -l, --login               α  (ʱⰪ)
  -p, --port=PORT              ͺ̽  Ʈ
  -p, --port=PORT           ͺ̽  Ʈ
  -q, --quiet                      ޽  
  -q, --quiet                   ޽  
  -q, --quiet                ޽  
  -r, --createrole              
  -s, --superuser             
  -s, --system              ý īŻα 
  -t, --table='TABLE[(COLUMNS)]'   Ư ̺ û
  -t, --table=TABLE          ̺ Ŭ
  -t, --table=TABLE          ̺  ۾
  -v, --verbose                   ۾ ڼ 
  -z, --analyze                   ȭ Ʈ ڷḦ 
%s (%s/%s) %s α׷ PostgreSQL ͺ̽ ڷ  
 ȭ  ڷḦ մϴ.

%s α׷ DB ȿ  Ŭ͵  ̺ ã
ٽ Ŭ ۾ մϴ.

%s α׷ PostgreSQL ͺ̽ ϴ.

%s α׷ PostgreSQL  ϴ.

%s α׷ PostgreSQL ͺ̽ ν  ġմϴ.

%s α׷ PostgreSQL ͺ̽  ۾ մϴ.

%s α׷ PostgreSQL ͺ̽ մϴ.

%s α׷ PostgreSQL  մϴ.

%s α׷ ͺ̽ ν  մϴ.

%s: "%s" ڵ   ڵ ̸ ƴ
%s:  DB  Ư ̺ Ŭ  ϴ.
%s:  DB ۾ Ư DB ۾ ÿ   ϴ.
%s: Ư ε ý īŻα  ۾ ÿ   ϴ
%s:  ͺ̽  ۾ Ư ε  ۾   ϴ
%s: Ư ̺ ý īŻα  ۾ ÿ   ϴ
%s:  ͺ̽  ۾ Ư ̺  ۾   ϴ
%s:  ͺ̽  ۾ Ư ͺ̽  ۾ ÿ   ϴ
%s:  ͺ̽  ۾ ý īŻα  ۾ ÿ   ϴ
%s:  ͺ̽  Ư ̺ û  
%s: -a ɼ    ͺ̽  ۾   ϴ.
%s: "%s" ͺ̽ Ŭ ۾ 
%s: "%s" ͺ̽ Ŭ : %s%s: "%s" ̺(شDB: "%s") Ŭ ۾ : %s%s: ڸƮ ߰ϱ  (ͺ̽ ): %s%s: %s ͺ̽    
%s: %s ͺ̽    : %s%s:   ̸   : %s
%s:      : %s
%s:    : %s%s: ͺ̽  : %s%s: ͺ̽  : %s%s: "%s"  ̹ "%s" ͺ̽ ġǾ ֽϴ.
%s: "%s"  "%s" ͺ̽ ġ Ǿ ʽϴ
%s:  ġ : %s%s:   : %s%s: ʼ ׸ ͺ̽ ̸ ϴ
%s: ʼ ׸,  ̸  ڰ ϴ
%s:  : %s%s:  : %s
%s: "%s" ͺ̽  ۾ 
%s: "%s" ͺ̽  ۾ : %s%s: "%s" ε(شDB: "%s")  ۾ : %s%s: ý īŻα  ۾ : %s%s: "%s" ̺(شDB: "%s")  ۾ : %s%s: "%s"   : %s%s:  %s Լ "%s"   ۼǾ ǰ ֽϴ;     ϴ.
%s: ʹ   ڵ ( "%s")
%s: "%s" ͺ̽ û 
%s: "%s" ͺ̽ ûϱ : %s%s: "%s" ̺ (ش DB: "%s") ûϱ : %s  ұ? (y/n) "%s" ͺ̽    Դϴ.
йȣ Ȯ: ߰  (role)̸:   ̸ ԷϽʽÿ:   йȣ: ̸йȣ ȣȭ .
йȣ:йȣ  Ʋ.
"%s" Ǵ "%s"  մϴ.
ν "%s"    Դϴ.
    ұ?  ѿ ͺ̽   ִ  ٱ?  ѿ  ٸ    ִ  ٱ?ŷڵ? ڼ  "%s --help"
:
nƴϿy

Man Man