phpcompta-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-support] bug lors du patch


From: Stan Pinte
Subject: [Phpcompta-support] bug lors du patch
Date: Fri, 04 Aug 2006 09:23:47 +0200
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


    Patching databases

Patching Demo from the version 12
- ----------------------------------------------------------------------
begin;
- ----------------------------------------------------------------------

ALTER TABLE quant_sold ADD CONSTRAINT qs_id_pk PRIMARY KEY(qs_id);
- ----------------------------------------------------------------------
COMMENT ON TABLE quant_sold IS 'Contains about invoice for customer';
- ----------------------------------------------------------------------
drop table user_pref;
- ----------------------------------------------------------------------
- -- trim the space
update parm_code set p_code=trim(p_code);
- ----------------------------------------------------------------------

update version set val=13;
- ----------------------------------------------------------------------

commit;
- ----------------------------------------------------------------------

begin;
- ----------------------------------------------------------------------
- -- dropped all the views
- -- Name: vw_client; Type: VIEW; Schema: public; Owner: phpcompta
DROP VIEW vw_client ;
- ----------------------------------------------------------------------
- -- Name: vw_fiche_attr; Type: VIEW; Schema: public; Owner: phpcompta
DROP VIEW vw_fiche_attr ;

*Warning*: pg_query(): Query failed: ERROR: must be owner of relation
vw_fiche_attr in *c:\export\phpcompta\include\postgres.php* on line *104*
Operation cancelled due to error : DROP VIEW vw_fiche_attr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE0vYD/PmuubxPWAIRAkzkAJ9ZmUHN+aTLEn52m7u35yQI2FllqACggwMO
eSExOGsCW0EsiLA53iyrjpA=
=wPa9
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]