Skip to content

Commit 3170b35

Browse files
authored
Merge pull request #130 from kirkw/master
Fixed some formatting and moved the md file back to examples (No README Refs)
2 parents 3328e7f + 8e80554 commit 3170b35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a starting point... Make it your own.
1414
# Why the timestamp
1515
FWIW, I return the timestamp ts with the message because I have 10+ windows open, each with it's own code+output. And after fixing a bunch of stuff in another window, that timestamp ALSO tells me how "dated" the scan is. It also confirms it refreshed (sometimes it runs so fast, and gives you the same output, you are not sure if it actually refreshed!). The great part is that once you have a RECORD() type setup for output, adding more columns is easy.
1616

17-
# Why the procedure name as a row and not a column
17+
# Why the procedure name a row and not a column
1818
Honestly, we have horribly long names: long_schema_name.Really_Long_package_name.Really_long_function_name()!
1919
While they are clear and make coding easier, it is quickly a waste of screen real-estate. I would rather have *one* long column in my output.
2020
It's a personal preference. And that is the beauty of PG and of this tool.
@@ -25,6 +25,7 @@ It only tells you what the code is trying to do. It does not make it clear WHIC
2525
I was able to add the full parameter details (including DEF it that parameter has a DEF value). As well as the expected TYPE...
2626

2727
# Output
28+
<pre>
2829
`
2930
####
3031
#### Error in: schema.pkg_name$update_user() at Line: 16 PARAMETER TYPING ISSUE?
@@ -37,7 +38,7 @@ I was able to add the full parameter details (including DEF it that parameter ha
3738
#### val IN bigint text
3839
#### addrmv IN bigint integer
3940
####
40-
`
41+
`</pre>
4142

4243
# Future Ideas
4344
Now that this actually exists, I have a few more ideas. I will actually see how to integrate this better with my DataGrip.

0 commit comments

Comments
 (0)