PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
username.h
Go to the documentation of this file.
1
/*
2
* username.h
3
* lookup effective username
4
*
5
* Copyright (c) 2003-2025, PostgreSQL Global Development Group
6
*
7
* src/include/common/username.h
8
*/
9
#ifndef USERNAME_H
10
#define USERNAME_H
11
12
extern
const
char
*
get_user_name
(
char
**errstr);
13
extern
const
char
*
get_user_name_or_exit
(
const
char
*
progname
);
14
15
#endif
/* USERNAME_H */
progname
const char * progname
Definition:
main.c:44
get_user_name
const char * get_user_name(char **errstr)
Definition:
username.c:31
get_user_name_or_exit
const char * get_user_name_or_exit(const char *progname)
Definition:
username.c:74
src
include
common
username.h
Generated on Tue Apr 22 2025 00:13:26 for PostgreSQL Source Code by
1.9.4