Home
last modified time | relevance | path

Searched refs:EditableObjectType (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType
54 } EditableObjectType;
152 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
154 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
998 EditableObjectType eot = is_func ? EditableFunction : EditableView;
2162 EditableObjectType eot = is_func ? EditableFunction : EditableView;
4576 lookup_object_oid(EditableObjectType obj_type, const char *desc,
4636 get_create_object_cmd(EditableObjectType obj_type, Oid oid,
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c57 typedef enum EditableObjectType enum
61 } EditableObjectType; typedef
73 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
75 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
3479 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
3539 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/psql/
H A Dcommand.c51 typedef enum EditableObjectType enum
55 } EditableObjectType; typedef
153 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
155 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1033 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2197 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4711 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4771 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
156 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
158 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1068 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2336 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4935 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4995 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/psql/
H A Dcommand.c52 typedef enum EditableObjectType enum
56 } EditableObjectType; typedef
161 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
163 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1127 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2387 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
5028 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
5088 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
156 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
158 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1068 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2336 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4935 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4995 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/psql/
H A Dcommand.c50 typedef enum EditableObjectType enum
54 } EditableObjectType; typedef
156 static bool lookup_object_oid(EditableObjectType obj_type, const char *desc,
158 static bool get_create_object_cmd(EditableObjectType obj_type, Oid oid,
1068 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_ef_ev()
2336 EditableObjectType eot = is_func ? EditableFunction : EditableView; in exec_command_sf_sv()
4935 lookup_object_oid(EditableObjectType obj_type, const char *desc, in lookup_object_oid()
4995 get_create_object_cmd(EditableObjectType obj_type, Oid oid, in get_create_object_cmd()

1234