Editing
Primes.sql
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This is the code the create primes schema in the database. <pre> -- -- PostgreSQL database dump -- -- Dumped from database version 11.22 (Debian 11.22-0+deb10u2) -- Dumped by pg_dump version 11.22 (Debian 11.22-0+deb10u2) SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: primes; Type: SCHEMA; Schema: -; Owner: primes_user -- CREATE SCHEMA primes; ALTER SCHEMA primes OWNER TO primes_user; -- -- Name: asc_ident; Type: SEQUENCE; Schema: primes; Owner: primes_user -- CREATE SEQUENCE primes.asc_ident AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE primes.asc_ident OWNER TO primes_user; SET default_tablespace = ''; SET default_with_oids = false; -- -- Name: primes; Type: TABLE; Schema: primes; Owner: primes_user -- CREATE TABLE primes.primes ( ident integer DEFAULT nextval('primes.asc_ident'::regclass), prime integer ); ALTER TABLE primes.primes OWNER TO primes_user; -- -- PostgreSQL database dump complete -- </pre> <hr/> Terug naar: [[primes]]
Summary:
Please note that all contributions to Webhuis wiki are considered to be released under the GNU Free Documentation License 1.3 or later (see
Project:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Voorpagina
Cobol and PostgreSQL
PostgreSQL
CFEngine
Proxmox
Webhuis Kennisbank
Basale infra
Webhuis bouwstenen
Webhuis configuratie
Webhuis Infra
Webhuis Support
Webhuis Raspberry
Opzet Applicaties
Business Applicaties
Community portal
Current events
Recent changes
Random page
Help
sitesupport
Tools
What links here
Related changes
Special pages
Page information