再探Postgresql Catalog ----- pg_catalog schema 底下的 table, 也是定義在 pg_catalog 裡的 pg_...
Postgresql 系統資訊schema pg_catalog 初步探討 請先參考文件: https://docs.postgresql.tw/the-sq...
16: Good RDB Design with the Concept of Normal Forms 2018/10/31 It's recommende...
11: Lexical Scanner Implementation (3) 2018/10/26 It's recommended to read on G...
10: Lexical Scanner Implementation (2) 2018/10/25 It's recommended to read on G...
9: Lexical Scanner Implementation (1) 2018/10/24 It's recommended to read on Gi...
8: SQL Parser - Lexical Scanner 2018/10/23 It's recommended to read on Gitbook...
7: SQL Parser 2018/10/22 It's recommended to read on Gitbook Until now, Stella...
6: Client/Server Communication Implementation(2) 2018/10/21 It's recommened to...
5: Introduce to RDBMS and SQL 2018/10/20 It's recommended to read the article o...
4: Client/Server Communication Implementation(1) 2018/10/19 Before today's artic...
3: Frontend/Backend Protocol 2018/10/18 It's recommended to read on Gitbook for...
2: Basic Concept of Server 2018/10/17 It's recommened to read on gitbook for be...
1: Preparation & Basic Infrastructure 2018/10/16 It's recommened to read on...
0: Introduction to the series articles This is a series articles for participati...
在我自製的記帳軟件的 Schema 之中, 在考慮了一般記帳的需要, Micosoft Access 的限制和開發難度後, 我只集中地使用了幾種 Datatyp...
我很佩服那些操作手冊的作者, 可以那麼條理分明的寫出每一個步驟, 每一個動作; 而我每次寫到實作層面的時候總是會退縮不前, 要處理要表達的資訊實在是太多, 而每...
本篇會淺淺地說說在設計Schema時就要考慮到笛卡兒乘績, 而要在選擇關係屬性要注意的地方. 這圖就更清楚的顯示了, 資料表 (Table, 即頂端是藍色那些...
在上一篇中已經指出了 Schema 在開發 Database 中有如建築藍圖, 在為 Database 加磚蓋瓦前必須再三思量, 也必須跟未來的使用者好好溝通....
動機有了, 工具選了, 是時候思考想要的目標有幾多. 在思考時要將目標分為幾個類別, 並設定先後次序, 好讓自己不會在漫長的開發過程中迷失了. 思辯 在這階段...
唐吉訶德的馬盾與矛 決定了要自製記帳軟件之後, 就要面對用什麼樣的工具來完成這個"唐吉訶德"式的壯舉. 畢竟唐吉訶德再荒唐也有一匹瘦馬, 一...
之前開發一套車輛管理系統,車籍資料超過80個欄位了,一開始會異動的資料在一個表格,不會變動的在另外一個表格,熟悉DBMS的大大一定知道為什麼這是災難的開始。 資...