· 8 years ago · Sep 30, 2017, 05:54 PM
1basalt:~ dvanvelzen$ strings /usr/bin/createuser
2pgscripts-9.0
3createuser
4Try "%s --help" for more information.
5h:p:U:wWedDsSaArRiIlLc:PEN
6host
7port
8username
9no-password
10password
11echo
12createdb
13no-createdb
14superuser
15no-superuser
16createrole
17no-createrole
18inherit
19no-inherit
20login
21no-login
22adduser
23no-adduser
24connection-limit
25pwprompt
26encrypted
27unencrypted
28%s: too many command-line arguments (first is "%s")
29Enter name of role to add:
30Enter password for new role:
31Enter it again:
32Passwords didn't match.
33Shall the new role be a superuser?
34Shall the new role be allowed to create databases?
35Shall the new role be allowed to create more new roles?
36postgres
37CREATE ROLE %s
38 ENCRYPTED
39 UNENCRYPTED
40 PASSWORD
41Password encryption failed.
42 SUPERUSER
43 NOSUPERUSER
44 CREATEDB
45 NOCREATEDB
46 CREATEROLE
47 NOCREATEROLE
48 INHERIT
49 NOINHERIT
50 LOGIN
51 NOLOGIN
52 CONNECTION LIMIT %s
53%s: creation of new role failed: %s
54%s creates a new PostgreSQL role.
55Usage:
56 %s [OPTION]... [ROLENAME]
57Options:
58 -c, --connection-limit=N connection limit for role (default: no limit)
59 -d, --createdb role can create new databases
60 -D, --no-createdb role cannot create databases
61 -e, --echo show the commands being sent to the server
62 -E, --encrypted encrypt stored password
63 -i, --inherit role inherits privileges of roles it is a
64 member of (default)
65 -I, --no-inherit role does not inherit privileges
66 -l, --login role can login (default)
67 -L, --no-login role cannot login
68 -N, --unencrypted do not encrypt stored password
69 -P, --pwprompt assign a password to new role
70 -r, --createrole role can create new roles
71 -R, --no-createrole role cannot create roles
72 -s, --superuser role will be superuser
73 -S, --no-superuser role will not be superuser
74 --help show this help, then exit
75 --version output version information, then exit
76Connection options:
77 -h, --host=HOSTNAME database server host or socket directory
78 -p, --port=PORT database server port
79 -U, --username=USERNAME user name to connect as (not the one to create)
80 -w, --no-password never prompt for password
81 -W, --password force password prompt
82If one of -d, -D, -r, -R, -s, -S, and ROLENAME is not specified, you will
83be prompted interactively.
84Report bugs to <pgsql-bugs@postgresql.org>.
85Cancel request sent
86Could not send cancel request: %s
87%s (%s/%s)
88Please answer "%s" or "%s".
89pg_strdup: cannot duplicate null pointer (internal error)
90out of memory
91%s: query failed: %s
92%s: query was: %s
93Password:
94%s: out of memory
95user
96dbname
97fallback_application_name
98%s: could not connect to database %s
99%s: could not connect to database %s: %s
100--help
101--version
102%s (PostgreSQL) 9.0.4
103%s: could not obtain information about current user: %s
104(%s)
105TABLE
106SEQUENCE
107TABLES
108SEQUENCES
109SELECT
110USAGE
111INSERT
112REFERENCES
113DELETE
114TRIGGER
115TRUNCATE
116UPDATE
117UPDATE,DELETE
118FUNCTION
119FUNCTIONS
120EXECUTE
121LANGUAGE
122SCHEMA
123CREATE
124DATABASE
125CONNECT
126TEMPORARY
127TABLESPACE
128FOREIGN DATA WRAPPER
129FOREIGN SERVER
130LARGE OBJECT
131%d.%d.%d
1320123456789abcdef
133_XXXXXXX
134 AND
135WHERE
136|*+?()[]{}.^$\
137^(.*)$
138(%s ~
139 OR %s ~
140%s ~
141%sREVOKE ALL
142 ON %s %s FROM PUBLIC;
143%sGRANT CONNECT ON %s %s TO PUBLIC;
144 ON %s %s FROM %s;
145%sGRANT %s ON %s %s TO %s;
146%sGRANT %s ON %s %s TO %s WITH GRANT OPTION;
147SET SESSION AUTHORIZATION %s;
148%sGRANT %s ON %s %s TO
149PUBLIC;
150group
151GROUP %s;
152PUBLIC
153GROUP %s
154 WITH GRANT OPTION;
155RESET SESSION AUTHORIZATION;
156%s%s
157ALTER DEFAULT PRIVILEGES FOR ROLE %s
158IN SCHEMA %s
159abort
160absolute
161access
162action
163admin
164after
165aggregate
166also
167alter
168always
169analyse
170analyze
171array
172assertion
173assignment
174asymmetric
175authorization
176backward
177before
178begin
179between
180bigint
181binary
182boolean
183both
184cache
185called
186cascade
187cascaded
188case
189cast
190catalog
191chain
192char
193character
194characteristics
195check
196checkpoint
197class
198close
199cluster
200coalesce
201collate
202column
203comment
204comments
205commit
206committed
207concurrently
208configuration
209connection
210constraint
211constraints
212content
213continue
214conversion
215copy
216cost
217create
218cross
219current
220current_catalog
221current_date
222current_role
223current_schema
224current_time
225current_timestamp
226current_user
227cursor
228cycle
229data
230database
231deallocate
232decimal
233declare
234default
235defaults
236deferrable
237deferred
238definer
239delete
240delimiter
241delimiters
242desc
243dictionary
244disable
245discard
246distinct
247document
248domain
249double
250drop
251each
252else
253enable
254encoding
255enum
256escape
257except
258exclude
259excluding
260exclusive
261execute
262exists
263explain
264external
265extract
266false
267family
268fetch
269first
270float
271following
272force
273foreign
274forward
275freeze
276from
277full
278function
279functions
280global
281grant
282granted
283greatest
284group
285handler
286having
287header
288hold
289hour
290identity
291ilike
292immediate
293immutable
294implicit
295including
296increment
297index
298indexes
299inherits
300initially
301inline
302inner
303inout
304input
305insensitive
306insert
307instead
308integer
309intersect
310interval
311into
312invoker
313isnull
314isolation
315join
316language
317large
318last
319lc_collate
320lc_ctype
321leading
322least
323left
324level
325like
326limit
327listen
328load
329local
330localtime
331localtimestamp
332location
333lock
334mapping
335match
336maxvalue
337minute
338minvalue
339mode
340month
341move
342name
343names
344national
345natural
346nchar
347next
348nocreatedb
349nocreaterole
350nocreateuser
351noinherit
352nologin
353none
354nosuperuser
355nothing
356notify
357notnull
358nowait
359null
360nullif
361nulls
362numeric
363object
364offset
365oids
366only
367operator
368option
369options
370order
371outer
372over
373overlaps
374overlay
375owned
376owner
377parser
378partial
379partition
380placing
381plans
382position
383preceding
384precision
385prepare
386prepared
387preserve
388primary
389prior
390privileges
391procedural
392procedure
393quote
394range
395read
396real
397reassign
398recheck
399recursive
400references
401reindex
402relative
403release
404rename
405repeatable
406replace
407replica
408reset
409restart
410restrict
411returning
412returns
413revoke
414right
415role
416rollback
417rows
418rule
419savepoint
420schema
421scroll
422search
423second
424security
425select
426sequence
427sequences
428serializable
429server
430session
431session_user
432setof
433share
434show
435similar
436simple
437smallint
438some
439stable
440standalone
441start
442statement
443statistics
444stdin
445stdout
446storage
447strict
448strip
449substring
450symmetric
451sysid
452system
453table
454tables
455tablespace
456temp
457template
458temporary
459text
460then
461time
462timestamp
463trailing
464transaction
465treat
466trigger
467trim
468true
469truncate
470trusted
471type
472unbounded
473uncommitted
474union
475unique
476unknown
477unlisten
478until
479update
480using
481vacuum
482valid
483validator
484value
485values
486varchar
487variadic
488varying
489verbose
490version
491view
492volatile
493when
494where
495whitespace
496window
497with
498without
499work
500wrapper
501write
502xmlattributes
503xmlconcat
504xmlelement
505xmlforest
506xmlparse
507xmlpi
508xmlroot
509xmlserialize
510year
511zone
512/../
513/usr/share/man
514/usr/bin
515/Library/WebServer/Documents/postgresql
516/usr/share/doc//postgresql
517/usr/share/locale
518/usr/lib/postgresql
519/usr/lib
520/usr/include/postgresql/server
521/usr/include/postgresql
522/usr/include
523/private/etc/postgresql
524/usr/share/postgresql
525pclose failed
526child process exited with exit code %d
527(unknown)
528%d: %s
529child process was terminated by signal %s
530child process exited with unrecognized status %d
531fgets failure
532could not identify current directory: %s
533could not change directory to "%s"
534could not read symbolic link "%s"
535invalid binary "%s"
536PATH
537could not read binary "%s"
538could not find a "%s" to execute
539postgres-9.0
540PGSYSCONFDIR
541PGSYSCONFDIR=%s
542/%s%s
543"%s" -V 2>%s
544/dev/null
545/dev/tty
546Unknown error
547basalt:~ dvanvelzen$