提出了一个可以在关系数据库系统中基于不同用户有选择地为关系数据嵌入水印的方案,并且基于PostgreSQL实现其原型系统,命名为USWRDBMS。它在查询数据时根据用户的不同有选择地为关系数据添加水印信息,可以分别为内部用户和外部用户提供原始数据和嵌入水印的数据。该系统通过执行特定的SQL语句来实现对水印参数的添加、修改和删除,从而实现对关系数据版权的保护。
This paper presented a new solution that selectively watermarks relational data based on the differences of users. Also, it's realization was based on PostgreSQL. Through the new RDBMS, called USWRDBMS, it realized the protection of relational data by dynamic watermarking the relation data while accessing. More important, through the USWRDBMS it could manage the watermark parameters easily by SQL.