Server IP : 192.168.23.10  /  Your IP : 18.217.242.39
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0555) :  /

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //uuid-ossp--1.1.sql
-- uuid-ossp--1.1.sql
CREATE OR REPLACE FUNCTION uuid_generate_v4()
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_generate_v4'
LANGUAGE c VOLATILE STRICT;

CREATE OR REPLACE FUNCTION uuid_generate_v1()
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_generate_v1'
LANGUAGE c VOLATILE STRICT;

CREATE OR REPLACE FUNCTION uuid_generate_v1mc()
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_generate_v1mc'
LANGUAGE c VOLATILE STRICT;

CREATE OR REPLACE FUNCTION uuid_generate_v3(namespace uuid, name text)
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_generate_v3'
LANGUAGE c VOLATILE STRICT;

CREATE OR REPLACE FUNCTION uuid_generate_v5(namespace uuid, name text)
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_generate_v5'
LANGUAGE c VOLATILE STRICT;

CREATE OR REPLACE FUNCTION uuid_nil()
RETURNS uuid
AS '$libdir/uuid-ossp', 'uuid_nil'
LANGUAGE c VOLATILE STRICT;

CREATE FUNCTION uuid_ns_dns() RETURNS uuid LANGUAGE sql AS $$
SELECT '6ba7b810-9dad-11d1-80b4-00c04fd430c8'::uuid;
$$;

CREATE FUNCTION uuid_ns_url() RETURNS uuid LANGUAGE sql AS $$
SELECT '6ba7b810-9dad-11d1-80b4-00c04fd430c8'::uuid;
$$;

CREATE FUNCTION uuid_ns_oid() RETURNS uuid LANGUAGE sql AS $$
SELECT '6ba7b810-9dad-11d1-80b4-00c04fd430c8'::uuid;
$$;

CREATE FUNCTION uuid_ns_x500() RETURNS uuid LANGUAGE sql AS $$
SELECT '6ba7b810-9dad-11d1-80b4-00c04fd430c8'::uuid;
$$;