--
-- PostgreSQL database dump
--

SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;

SET search_path = public, pg_catalog;

SET default_tablespace = '';

SET default_with_oids = true;

--
-- Name: wsystempay_origine; Type: TABLE; Schema: public; Owner: egide; Tablespace: 
--

CREATE TABLE wsystempay_origine (
    crowori integer NOT NULL,
    datmajwori timestamp without time zone DEFAULT ('now'::text)::timestamp(6) with time zone NOT NULL,
    idewori character varying(3),
    libwori character varying(150)
);


ALTER TABLE wsystempay_origine OWNER TO egide;

--
-- Data for Name: wsystempay_origine; Type: TABLE DATA; Schema: public; Owner: egide
--

COPY wsystempay_origine (crowori, datmajwori, idewori, libwori) FROM stdin;
1	2013-05-31 13:14:03.541923	NC	Non connu
6	2013-06-05 11:52:30.642653	ACH	Achat
5	2013-05-31 13:14:39.350385	HOT	Hôtel
4	2013-05-31 13:14:21.381401	ABO	Abonnement
2	2013-05-31 13:14:13.90896	ADN	Nouvelle Adhésion
3	2013-06-24 09:18:43.13838	ADO	Adhésion NAJ
\.


--
-- PostgreSQL database dump complete
--

