Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
cli:franke:autoautopausa [2021/11/22 11:12] m.zingaretti created |
cli:franke:autoautopausa [2021/11/23 08:47] (current) m.zingaretti |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| alter table tmprog add column codpauper integer DEFAULT 1; | alter table tmprog add column codpauper integer DEFAULT 1; | ||
| alter table tmprog add column lockubi integer DEFAULT 0; | alter table tmprog add column lockubi integer DEFAULT 0; | ||
| - | |||
| CREATE TABLE public.pauper ( | CREATE TABLE public.pauper ( | ||
| Line 11: | Line 10: | ||
| descrizio character varying(256) | descrizio character varying(256) | ||
| ); | ); | ||
| - | |||
| ALTER TABLE public.pauper OWNER TO postgres; | ALTER TABLE public.pauper OWNER TO postgres; | ||
| Line 28: | Line 26: | ||
| INSERT INTO public.pauper VALUES (1, 0, ' | INSERT INTO public.pauper VALUES (1, 0, ' | ||
| + | update tmprog set dow=1; | ||
| ALTER TABLE ONLY public.tmprog ADD CONSTRAINT ix_tmprog_codpauper FOREIGN KEY (codpauper) REFERENCES public.pauper(codice) ON UPDATE CASCADE ON DELETE CASCADE; | ALTER TABLE ONLY public.tmprog ADD CONSTRAINT ix_tmprog_codpauper FOREIGN KEY (codpauper) REFERENCES public.pauper(codice) ON UPDATE CASCADE ON DELETE CASCADE; | ||
| + | </ | ||
| + | ====Libreria dedicata: | ||
| + | {{ : | ||
| + | |||
| + | ====Piattaforma: | ||
| + | <code xml> | ||
| + | <!-- Agente che gestisce l' | ||
| + | <agent lib="/ | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | |||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | <!-- Agente che si occupa di scrivere su weblog | ||
| + | <agent lib="/ | ||
| + | < | ||
| + | </ | ||
| </ | </ | ||
| + | |||
| + | ====Modidica menĂ¹==== | ||
| + | * #tmprog diventa -> # | ||
| + | |||