~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/zh_CN/hints/view-without-pk.html

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-12-17 20:34:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091217203400-tlnmt4m3v7udjp0h
Tags: 1.10.1-1
* New upstream release, containing fix for:
  - default value in function parameters not shown (closes: #547940)
  - cannot open files without dot in names for restore (closes: #451038)
* Suggest postgresql-contrib (closes: #503291)
* Set myself as Maintainer and remove Raphael. Thanks for his work so far.
* Switch Uploaders and Maintainer role to better describe reality.
* Bump to Standards-Version to 3.8.3.
* Update to debhelper level 7, use dh_prep instead of dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
 
3
3
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
 
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
5
<link rel="STYLESHEET" type="text/css" href="../pgadmin3.css">
6
6
<title>Guru Hints</title>
7
7
</head>
8
8
 
9
9
<body>
10
10
 
11
 
<h3>�༭û�������ı�����</h3>
 
11
<h3>编辑没有主键的表数据</h3>
12
12
<p>
13
 
�� <INFO> û �� �� �� �� �� OID �� �Σ�ֻ �� �� �� �� �ݡ�
14
 
�� û �� �� �� �� �� �� �� �� �� ʹ �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �ݡ�
 
13
表 <INFO> 没 有 主 键 或 者 OID 字 段,只 能 查 看 数 据。
 
14
在 没 有 主 键 的 情 况 下 不 能 使 用 数 据 编 辑 工 具 插 入 新 数 据 行 和 修 改 已 经 存 在 的 数 据。
15
15
</p>
16
16
<p>
17
 
Ϊ �� �� �� �� �ݣ�pgAdmin III Ҫ �� �� �� �� �� �� �� ������ Ҳ �� һ �� �� �� �� �� �� �� �� ϰ �ߡ�
18
 
�� �� �� �� һ �� �� �� �� ʽ�� ʹ �� OID �� �� �� �� �� �� ���� �� ע �� OID �� �� �� �� �� һ �� ʱ �� ֮ �� <B>�� ��</B> �� ֤ �� �� Ψ һ �ġ�
19
 
�� �� ʹ �� OID �� Ϊ �� �� �� �� �� �� �� ѡ ��
 
17
为 了 编 辑 数 据,pgAdmin III 要 求 数 据 表 具 有 主 键,这 也 是 一 个 好 的 数 据 库 设 计 习 惯。
 
18
另 外 还 有 一 种 替 代 方 式: 使 用 OID 字 段 创 建 数 据 表。 请 注 意 OID 在 经 过 很 长 一 段 时 间 之 后 <B>不 能</B> 保 证 还 是 唯 一 的。
 
19
因 此 使 用 OID 作 为 主 键 仅 仅 是 第 二 选 择。
20
20
</p>
21
21
</body>
22
22
</html>